tzutils: update to 2016f
tz code and data are in the Public Domain.
This commit is contained in:
parent
bffc2d6f74
commit
b86315bd8d
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'tzutils'
|
# Template file for 'tzutils'
|
||||||
pkgname=tzutils
|
pkgname=tzutils
|
||||||
version=2016e
|
version=2016f
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="tz-${version}"
|
wrksrc="tz-${version}"
|
||||||
homepage="http://www.iana.org/time-zones"
|
homepage="http://www.iana.org/time-zones"
|
||||||
short_desc="Time zone and daylight-saving time utilities"
|
short_desc="Time zone and daylight-saving time utilities"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="Public Domain"
|
||||||
distfiles="https://github.com/eggert/tz/archive/${version}.tar.gz"
|
distfiles="https://github.com/eggert/tz/archive/${version}.tar.gz"
|
||||||
checksum=a09d408e39778d8888ed4b519da7ce9a812ad0d2aebafaeb16103ab4ede84ceb
|
checksum=42cb91638e734654e3f668ebe78ccff7bffdb754bd4100cb18912d55e5a7d31b
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make TZDIR=/usr/share/zoneinfo CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
|
make TZDIR=/usr/share/zoneinfo CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
|
||||||
|
|
Loading…
Reference in New Issue