mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
zlib: build with --64 on x86_64, bumprev.
--HG-- extra : convert_revision : 43f70850985eca9e5d1a0f31a6b477182b3fd491
This commit is contained in:
parent
bce28e28ff
commit
d6a67a0f38
2 changed files with 6 additions and 0 deletions
|
@ -1,9 +1,13 @@
|
||||||
# Template build file for 'zlib'
|
# Template build file for 'zlib'
|
||||||
pkgname=zlib
|
pkgname=zlib
|
||||||
version=1.2.4
|
version=1.2.4
|
||||||
|
revision=1
|
||||||
distfiles="http://www.zlib.net/$pkgname-$version.tar.bz2"
|
distfiles="http://www.zlib.net/$pkgname-$version.tar.bz2"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr --shared"
|
configure_args="--prefix=/usr --shared"
|
||||||
|
if [ "${xbps_machine}" = "x86_64" ]; then
|
||||||
|
configure_args="${configure_args} --64"
|
||||||
|
fi
|
||||||
short_desc="A compression/decompression Library"
|
short_desc="A compression/decompression Library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=d0fc3433bb3ff5bbf1d2db57a328c0be39ac4a74d4b39887af522acf7ecd5ecc
|
checksum=d0fc3433bb3ff5bbf1d2db57a328c0be39ac4a74d4b39887af522acf7ecd5ecc
|
||||||
|
|
|
@ -5,6 +5,8 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
Add_dependency run glibc-devel
|
Add_dependency run glibc-devel
|
||||||
Add_dependency run zlib
|
Add_dependency run zlib
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue