lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 90c93bed5c41c85856ee2278355db57fcc7a17d8
parent e88a29f1f2eb1b502f83bf14966c9d667cc5e5f3
Author: Jiri Slachta <slachta@cesnet.cz>
Date:   Sun, 10 Aug 2014 09:24:48 +0200

libxslt: add licensing information

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>

Diffstat:
Mlibs/libxslt/Makefile | 9++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/libs/libxslt/Makefile b/libs/libxslt/Makefile @@ -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