-> base/gdb,gdbm,glib,iso-codes,libgpg-error, -> libidn2,libqalculate,popt,procps-ng,sudo,sysstat,texinfo,xz Made fixes to a bunch of base build files to put stuff in /usr
33 lines
704 B
Text
Executable file
33 lines
704 B
Text
Executable file
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
|
app=tzdb
|
|
version=2019c
|
|
build=1sml
|
|
homepage="https://www.iana.org/time-zones"
|
|
download="https://data.iana.org/time-zones/releases/tzdb-$version.tar.lz"
|
|
desc="Time zone database from IANA"
|
|
requires="musl"
|
|
|
|
prepbuilddir() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
}
|
|
|
|
build() {
|
|
make install CC="$CC" \
|
|
DESTDIR=$pkg \
|
|
USRDIR="/usr" \
|
|
BINDIR="/bin" \
|
|
ZICDIR="/bin"
|
|
|
|
cp LICENSE $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
cc76c25a55868d61e8500293d1ee3cadb0055987fc81ad0ed08add548e1c6a19cd2a10f4c4313827e4ab46bd2fbf16607519b4db92930ebaaa87062fa4c8b55d tzdb-2019c.tar.lz
|
|
"
|