diff options
Diffstat (limited to 'package/libxslt/Makefile')
-rw-r--r-- | package/libxslt/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package/libxslt/Makefile b/package/libxslt/Makefile index 22e732b93..3c5a2573d 100644 --- a/package/libxslt/Makefile +++ b/package/libxslt/Makefile @@ -10,12 +10,15 @@ PKG_MD5SUM:= 9667bf6f9310b957254fdcf6596600b7 PKG_DESCR:= XSLT Library PKG_SECTION:= libs PKG_DEPENDS:= libxml2 -PKG_BUILDDEP:= autotool bzip2-host python2-host libxml2-host libxslt-host libxml2 +PKG_BUILDDEP:= autotool libxml2 +HOST_BUILDDEP:= libxml2-host PKG_URL:= http://xmlsoft.org/XSLT PKG_SITES:= http://xmlsoft.org/sources/ PKG_NEED_CXX:= 1 PKG_OPTS:= dev +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz + PKG_SUBPKGS:= LIBXSLT XSLTPROC PKGSD_XSLTPROC:= XSLT processor utility PKGSC_XSLTPROC:= misc |