DESCRIPTION:= is obselete
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9304 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -28,21 +28,25 @@ define Package/libxslt
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=+libxml2
|
||||
TITLE:=Gnome XSLT library
|
||||
DESCRIPTION:=\
|
||||
A library for XML transformation using XSLT.
|
||||
URL:=http://xmlsoft.org/XSLT/
|
||||
endef
|
||||
|
||||
define Package/libxslt/description
|
||||
A library for XML transformation using XSLT.
|
||||
endef
|
||||
|
||||
define Package/xsltproc
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
DEPENDS:=+libxml2 +libxslt
|
||||
TITLE:=Gnome XSLT xsltproc Utility
|
||||
DESCRIPTION:=\
|
||||
XSLT XML transformation utility
|
||||
URL:=http://xmlsoft.org/XSLT/
|
||||
endef
|
||||
|
||||
define Package/xsltproc/description
|
||||
XSLT XML transformation utility
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
--enable-shared \
|
||||
|
Reference in New Issue
Block a user