|
@@ -9,14 +9,17 @@ include $(TOPDIR)/rules.mk
|
9
|
9
|
|
10
|
10
|
PKG_NAME:=libxslt
|
11
|
11
|
PKG_VERSION:=1.1.28
|
12
|
|
-PKG_RELEASE:=1
|
|
12
|
+PKG_RELEASE:=2
|
13
|
13
|
|
14
|
14
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
15
|
15
|
PKG_SOURCE_URL:= \
|
16
|
|
-¨ http://xmlsoft.org/sources/ \
|
|
16
|
+ http://xmlsoft.org/sources/ \
|
17
|
17
|
ftp://fr.rpmfind.net/pub/libxml/
|
18
|
18
|
PKG_MD5SUM:=9667bf6f9310b957254fdcf6596600b7
|
19
|
19
|
|
|
20
|
+PKG_LICENSE:=MIT
|
|
21
|
+PKG_LICENSE_FILES:=COPYING
|
|
22
|
+
|
20
|
23
|
PKG_MAINTAINER:=Jiri Slachta <slachta@cesnet.cz>
|
21
|
24
|
|
22
|
25
|
PKG_FIXUP:=autoreconf
|
|
@@ -45,7 +48,7 @@ define Package/libexslt
|
45
|
48
|
endef
|
46
|
49
|
|
47
|
50
|
define Package/libexslt/description
|
48
|
|
- A extention for XSLT.
|
|
51
|
+ An extension for XSLT.
|
49
|
52
|
endef
|
50
|
53
|
|
51
|
54
|
define Package/xsltproc
|