mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
main/zlib: modernize
This commit is contained in:
parent
0c4b2bbfef
commit
374127aa9e
@ -1,19 +1,17 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=zlib
|
||||
pkgver=1.2.11
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A compression/decompression Library"
|
||||
arch="all"
|
||||
license="zlib"
|
||||
url="http://zlib.net"
|
||||
depends=""
|
||||
url="https://zlib.net/"
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
source="https://zlib.net/$pkgname-$pkgver.tar.gz"
|
||||
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
# we trade size for a little more speed.
|
||||
export CFLAGS="$CFLAGS -O2"
|
||||
CHOST="${CHOST}" ./configure \
|
||||
@ -24,17 +22,13 @@ build() {
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make install \
|
||||
pkgconfigdir="/usr/lib/pkgconfig" \
|
||||
DESTDIR="$pkgdir"
|
||||
}
|
||||
|
||||
md5sums="1c9f62f0778697a09d36121ead88e08e zlib-1.2.11.tar.gz"
|
||||
sha256sums="c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1 zlib-1.2.11.tar.gz"
|
||||
sha512sums="73fd3fff4adeccd4894084c15ddac89890cd10ef105dd5e1835e1e9bbb6a49ff229713bd197d203edfa17c2727700fce65a2a235f07568212d820dca88b528ae zlib-1.2.11.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user