libxslt-python: remove package

This commit is contained in:
Michal Vasilek 2022-01-09 14:01:54 +01:00 committed by paper
parent 5c93229bd8
commit 0b852b64e4
2 changed files with 3 additions and 19 deletions

View file

@ -1 +0,0 @@
libxslt

View file

@ -4,15 +4,14 @@ version=1.1.34
revision=5
build_style=gnu-configure
configure_args="--disable-static --disable-dependency-tracking"
hostmakedepends="docbook-xml docbook-xsl libtool python-devel
libxml2-python pkg-config"
makedepends="python-devel libxml2-devel libxml2-python libgcrypt-devel"
hostmakedepends="docbook-xml docbook-xsl libtool pkg-config"
makedepends="libxml2-devel libgcrypt-devel"
short_desc="XSLT parser library from the GNOME project"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://xmlsoft.org/XSLT/"
distfiles="http://xmlsoft.org/sources/libxslt-${version}.tar.gz
ftp://xmlsoft.org/${pkgname}/${pkgname}-${version}.tar.gz"
ftp://xmlsoft.org/${pkgname}/${pkgname}-${version}.tar.gz"
checksum="98b1bd46d6792925ad2dfe9a87452ea2adebf69dcb9919ffd55bf926a7f93f7f
98b1bd46d6792925ad2dfe9a87452ea2adebf69dcb9919ffd55bf926a7f93f7f"
@ -26,11 +25,6 @@ post_configure() {
# by Usage:
# Makefile is created after configure so fix here
find ${wrksrc} -type f -name Makefile | xargs sed -i '/Usage/,/--version/d'
if [ "$CROSS_BUILD" ]; then
sed -e "s|/usr/include/python2.7|$XBPS_CROSS_BASE/&|g" \
-e "s|/usr/lib/python2.7/site-packages|$XBPS_CROSS_BASE/&|g" \
-i python/Makefile
fi
}
post_build() {
@ -67,12 +61,3 @@ libxslt-devel_package() {
vmove usr/share/man/man3
}
}
libxslt-python_package() {
lib32disabled=yes
short_desc+=" - python extension"
pkg_install() {
vmove "usr/lib/python*"
vmove usr/share/doc/${sourcepkg}-python-${version}
}
}