diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-11-28 08:59:17 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-11-28 08:59:17 +0000 |
commit | 04919c43a042a9132cc4a3463740a3f2650333fc (patch) | |
tree | 618c3f41717463abc3749206761e23cd08eee259 /package/libxslt/Config.in | |
parent | c704bcbd4bc00c8bf5340f74ae01677207a6cf5e (diff) | |
download | buildroot-novena-04919c43a042a9132cc4a3463740a3f2650333fc.tar.gz buildroot-novena-04919c43a042a9132cc4a3463740a3f2650333fc.zip |
Add libxslt package
Diffstat (limited to 'package/libxslt/Config.in')
-rw-r--r-- | package/libxslt/Config.in | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/package/libxslt/Config.in b/package/libxslt/Config.in new file mode 100644 index 000000000..af60a0382 --- /dev/null +++ b/package/libxslt/Config.in @@ -0,0 +1,21 @@ +config BR2_PACKAGE_LIBXSLT + bool "libxslt" + default n + depends BR2_PACKAGE_PKGCONFIG + help + Install the xslt library which is used + to transform XML files to other XML files. + + XSLT is designed for use as part of XSL, + which is a stylesheet language for XML. + In addition to XSLT, XSL includes an XML vocabulary + for specifying formatting. + XSL specifies the styling of an XML document by using XSLT + to describe how the document is transformed into another + XML document that uses the formatting vocabulary. + + http://www.w3.org/TR/xslt + +comment "libxslt disabled (requires pkgconfig)" + depends !BR2_PACKAGE_PKGCONFIG + |