void-packages/srcpkgs/tzutils/template

24 lines
583 B
Bash
Raw Normal View History

2015-04-25 19:07:53 +02:00
# Template file for 'tzutils'
2014-12-29 17:30:29 +01:00
pkgname=tzutils
2015-04-25 19:07:53 +02:00
version=2015d
2014-12-29 17:30:29 +01:00
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@voidlinux.eu>"
2014-12-29 17:30:29 +01:00
license="GPL-2"
distfiles="https://github.com/eggert/tz/archive/${version}.tar.gz"
2015-04-25 19:07:53 +02:00
checksum=19d239026170c0f01d116f7df9834315d4789ffcf85228ad6ec31b5e00f33e25
2014-12-29 17:30:29 +01:00
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
}