mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libxslt: update to 1.1.43
This commit is contained in:
parent
e5161ea1c9
commit
2b16982c4f
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libxslt'
|
# Template file for 'libxslt'
|
||||||
pkgname=libxslt
|
pkgname=libxslt
|
||||||
version=1.1.39
|
version=1.1.43
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-static --disable-dependency-tracking"
|
configure_args="--enable-static --disable-dependency-tracking"
|
||||||
hostmakedepends="docbook-xml docbook-xsl libtool pkg-config python3"
|
hostmakedepends="docbook-xml docbook-xsl libtool pkg-config python3"
|
||||||
|
@ -11,8 +11,9 @@ short_desc="XSLT parser library from the GNOME project"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://gitlab.gnome.org/GNOME/libxslt"
|
homepage="https://gitlab.gnome.org/GNOME/libxslt"
|
||||||
|
changelog="https://gitlab.gnome.org/GNOME/libxslt/-/raw/master/NEWS"
|
||||||
distfiles="${GNOME_SITE}/libxslt/${version%.*}/libxslt-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/libxslt/${version%.*}/libxslt-${version}.tar.xz"
|
||||||
checksum=2a20ad621148339b0759c4d4e96719362dee64c9a096dbba625ba053846349f0
|
checksum=5a3d6b383ca5afc235b171118e90f5ff6aa27e9fea3303065231a6d403f0183a
|
||||||
python_version=3
|
python_version=3
|
||||||
CFLAGS="-I$XBPS_CROSS_BASE/usr/include/python$py3_ver"
|
CFLAGS="-I$XBPS_CROSS_BASE/usr/include/python$py3_ver"
|
||||||
CFLAGS+=" -D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64"
|
CFLAGS+=" -D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64"
|
||||||
|
@ -44,7 +45,7 @@ post_install() {
|
||||||
vsed -i -e "s,-I${XBPS_CROSS_BASE}/usr/include,-I\${includedir}," \
|
vsed -i -e "s,-I${XBPS_CROSS_BASE}/usr/include,-I\${includedir}," \
|
||||||
$DESTDIR/usr/bin/xslt-config
|
$DESTDIR/usr/bin/xslt-config
|
||||||
fi
|
fi
|
||||||
vlicense COPYING
|
vlicense Copyright
|
||||||
}
|
}
|
||||||
|
|
||||||
libxslt-devel_package() {
|
libxslt-devel_package() {
|
||||||
|
@ -57,7 +58,6 @@ libxslt-devel_package() {
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
vmove usr/share/aclocal
|
|
||||||
vmove usr/share/doc
|
vmove usr/share/doc
|
||||||
vmove usr/share/man/man3
|
vmove usr/share/man/man3
|
||||||
vmove usr/share/gtk-doc
|
vmove usr/share/gtk-doc
|
||||||
|
|
Loading…
Add table
Reference in a new issue