libxslt: add licensing information
authorJiri Slachta <slachta@cesnet.cz>
Sun, 10 Aug 2014 07:24:48 +0000 (09:24 +0200)
committerJiri Slachta <slachta@cesnet.cz>
Sun, 10 Aug 2014 07:24:48 +0000 (09:24 +0200)
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
libs/libxslt/Makefile

index b338653f02aef392ad12266de799e4edfd1dd6d2..df80b65b0ac1cd51310eeec8d005f37b9dbc21ee 100644 (file)
@@ -9,14 +9,17 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libxslt
 PKG_VERSION:=1.1.28
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:= \
-ยจ     http://xmlsoft.org/sources/ \
+       http://xmlsoft.org/sources/ \
        ftp://fr.rpmfind.net/pub/libxml/
 PKG_MD5SUM:=9667bf6f9310b957254fdcf6596600b7
 
+PKG_LICENSE:=MIT
+PKG_LICENSE_FILES:=COPYING
+
 PKG_MAINTAINER:=Jiri Slachta <slachta@cesnet.cz>
 
 PKG_FIXUP:=autoreconf
@@ -45,7 +48,7 @@ define Package/libexslt
 endef
 
 define Package/libexslt/description
- A extention for XSLT.
+ An extension for XSLT.
 endef
 
 define Package/xsltproc