New package: tzutils-2014j.
This commit is contained in:
parent
e62d290574
commit
b904b53b20
1 changed files with 23 additions and 0 deletions
23
srcpkgs/tzutils/template
Normal file
23
srcpkgs/tzutils/template
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Template build file for 'tzutils'.
|
||||||
|
pkgname=tzutils
|
||||||
|
version=2014j
|
||||||
|
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=ba06ff258be023fdfcf110284942bbd4d062a33e3b4cb1bf922c75a123a05b58
|
||||||
|
|
||||||
|
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
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue