main/zlib: move library from /lib to /usr/lib

This commit is contained in:
Pablo Correa Gómez 2024-09-09 16:28:58 +02:00 committed by Natanael Copa
parent b585da532f
commit 4c2722e7ec

View file

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=zlib
pkgver=1.3.1
pkgrel=1
pkgrel=2
pkgdesc="A compression/decompression Library"
arch="all"
license="Zlib"
@ -24,7 +24,6 @@ build() {
export CFLAGS="$CFLAGS -O2"
CHOST="$CHOST" ./configure \
--prefix=/usr \
--libdir=/lib \
--shared
make
}
@ -34,9 +33,7 @@ check() {
}
package() {
make install \
pkgconfigdir="/usr/lib/pkgconfig" \
DESTDIR="$pkgdir"
make install DESTDIR="$pkgdir"
}
sha512sums="