27 lines
700 B
Bash
27 lines
700 B
Bash
# Template file for 'zlib'
|
|
pkgname=zlib
|
|
version=1.3
|
|
revision=1
|
|
bootstrap=yes
|
|
build_style=configure
|
|
configure_args="--prefix=/usr --shared"
|
|
short_desc="Compression/decompression Library"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Zlib"
|
|
homepage="https://www.zlib.net"
|
|
changelog="https://www.zlib.net/ChangeLog.txt"
|
|
distfiles="https://www.zlib.net/fossils/zlib-$version.tar.gz"
|
|
checksum=ff0ba4c292013dbc27530b3a81e1f9a813cd39de01ca5e0f8bf355702efa593e
|
|
|
|
zlib-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/share
|
|
}
|
|
}
|