libxslt: Move out xslt-config and xsltproc

Also add --without-python configure flag.
This commit is contained in:
Fredrik Fornwall 2015-11-13 22:50:13 -05:00
parent 7ad250059b
commit 15130ff36d
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,8 @@
TERMUX_PKG_HOMEPAGE=http://xmlsoft.org/libxslt/
TERMUX_PKG_DESCRIPTION="XSLT processing library"
TERMUX_PKG_VERSION=1.1.28
TERMUX_PKG_BUILD_REVISION=1
TERMUX_PKG_BUILD_REVISION=2
TERMUX_PKG_SRCURL=ftp://xmlsoft.org/libxslt/libxslt-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--without-python"
TERMUX_PKG_DEPENDS="libxml2,libgcrypt"
TERMUX_PKG_INCLUDE_IN_DEVPACKAGE="bin/xslt-config lib/xsltConf.sh"

View File

@ -0,0 +1,3 @@
TERMUX_SUBPKG_INCLUDE="bin/xsltproc share/man/man1/xsltproc.1"
TERMUX_SUBPKG_DESCRIPTION="XSLT command line processor"
TERMUX_SUBPKG_DEPENDS="libxslt"