mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
libxslt: update to 1.1.37.
This commit is contained in:
parent
81473cf4ff
commit
2080e3ba53
1 changed files with 4 additions and 3 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'libxslt'
|
# Template file for 'libxslt'
|
||||||
pkgname=libxslt
|
pkgname=libxslt
|
||||||
version=1.1.35
|
version=1.1.37
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-dependency-tracking"
|
configure_args="--disable-static --disable-dependency-tracking"
|
||||||
hostmakedepends="docbook-xml docbook-xsl libtool pkg-config python3"
|
hostmakedepends="docbook-xml docbook-xsl libtool pkg-config python3"
|
||||||
makedepends="libxml2-devel libgcrypt-devel python3-devel"
|
makedepends="libxml2-devel libgcrypt-devel python3-devel"
|
||||||
|
checkdepends="libxml2-python3"
|
||||||
short_desc="XSLT parser library from the GNOME project"
|
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"
|
||||||
distfiles="${GNOME_SITE}/libxslt/${version%.*}/libxslt-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/libxslt/${version%.*}/libxslt-${version}.tar.xz"
|
||||||
checksum=8247f33e9a872c6ac859aa45018bc4c4d00b97e2feac9eebc10c93ce1f34dd79
|
checksum=3a4b27dc8027ccd6146725950336f1ec520928f320f144eb5fa7990ae6123ab4
|
||||||
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"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue