23 lines
587 B
Text
23 lines
587 B
Text
# Template build file for 'tzutils'.
|
|
pkgname=tzutils
|
|
version=2015a
|
|
revision=1
|
|
wrksrc="tz-${version}"
|
|
homepage="http://www.iana.org/time-zones"
|
|
short_desc="Time zone and daylight-saving time utilities"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2"
|
|
distfiles="https://github.com/eggert/tz/archive/${version}.tar.gz"
|
|
checksum=3bcbf450f0195f7853195bd578a311f6e8383a4afb2bc30014fe5c14ea0288b6
|
|
|
|
do_build() {
|
|
make TZDIR=/usr/share/zoneinfo CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
|
|
}
|
|
do_install() {
|
|
vbin zic
|
|
vbin zdump
|
|
vbin tzselect
|
|
vman zic.8
|
|
vman zdump.8
|
|
vman tzselect.8
|
|
}
|