comparison lib/libbytesize/libbytesize.sh @ 1094:3dece1f7570b

vanilla: add many ghost dependencies
author David Demelier <markand@malikania.fr>
date Mon, 09 Sep 2019 21:10:00 +0200
parents ddab65a5b3f5
children 297b5eef115e
comparison
equal deleted inserted replaced
1093:0502aa76ec98 1094:3dece1f7570b
19 PKGVERSION=2.1 19 PKGVERSION=2.1
20 PKGREVISION=1 20 PKGREVISION=1
21 PKGLICENSE="LGPLv21" 21 PKGLICENSE="LGPLv21"
22 PKGSUMMARY="a for working with arbitrary big sizes in bytes" 22 PKGSUMMARY="a for working with arbitrary big sizes in bytes"
23 PKGDOWNLOAD="https://github.com/storaged-project/libbytesize/releases/download/$PKGVERSION/$PKGNAME-$PKGVERSION.tar.gz" 23 PKGDOWNLOAD="https://github.com/storaged-project/libbytesize/releases/download/$PKGVERSION/$PKGNAME-$PKGVERSION.tar.gz"
24 PKGDEPENDS="pcre2" 24 PKGDEPENDS="gmp mpfr pcre2"
25 25
26 : ${CHOST:=$(uname -m)-linux-musl} 26 : ${CHOST:=$(uname -m)-linux-musl}
27 : ${CBUILD:=$(uname -m)-linux-musl} 27 : ${CBUILD:=$(uname -m)-linux-musl}
28 : ${CC:=clang} 28 : ${CC:=clang}
29 : ${CFLAGS:=-O2} 29 : ${CFLAGS:=-O2}