libxslt: add licensing information
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
This commit is contained in:
parent
e88a29f1f2
commit
90c93bed5c
1 changed files with 6 additions and 3 deletions
|
@ -9,14 +9,17 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libxslt
|
PKG_NAME:=libxslt
|
||||||
PKG_VERSION:=1.1.28
|
PKG_VERSION:=1.1.28
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:= \
|
PKG_SOURCE_URL:= \
|
||||||
¨ http://xmlsoft.org/sources/ \
|
http://xmlsoft.org/sources/ \
|
||||||
ftp://fr.rpmfind.net/pub/libxml/
|
ftp://fr.rpmfind.net/pub/libxml/
|
||||||
PKG_MD5SUM:=9667bf6f9310b957254fdcf6596600b7
|
PKG_MD5SUM:=9667bf6f9310b957254fdcf6596600b7
|
||||||
|
|
||||||
|
PKG_LICENSE:=MIT
|
||||||
|
PKG_LICENSE_FILES:=COPYING
|
||||||
|
|
||||||
PKG_MAINTAINER:=Jiri Slachta <slachta@cesnet.cz>
|
PKG_MAINTAINER:=Jiri Slachta <slachta@cesnet.cz>
|
||||||
|
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
|
@ -45,7 +48,7 @@ define Package/libexslt
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libexslt/description
|
define Package/libexslt/description
|
||||||
A extention for XSLT.
|
An extension for XSLT.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/xsltproc
|
define Package/xsltproc
|
||||||
|
|
Loading…
Reference in a new issue