mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
tzutils: update to 2018e.
This commit is contained in:
parent
ac280376a7
commit
9cdc8bdf86
1 changed files with 4 additions and 3 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'tzutils'
|
# Template file for 'tzutils'
|
||||||
pkgname=tzutils
|
pkgname=tzutils
|
||||||
version=2018d
|
version=2018e
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="tz-${version}"
|
wrksrc="tz-${version}"
|
||||||
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="Public Domain"
|
license="Public Domain"
|
||||||
|
homepage="https://www.iana.org/time-zones"
|
||||||
distfiles="https://github.com/eggert/tz/archive/${version}.tar.gz"
|
distfiles="https://github.com/eggert/tz/archive/${version}.tar.gz"
|
||||||
checksum=1880517b04fe256d0f80ffc5778f9e68ff3b8f58a292bec9f5e1d373b957da16
|
checksum=553c4976e274eaee02d0c29a98c48f1556dbc1dd113051778c90cb6ddef42338
|
||||||
|
|
||||||
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"
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin zic
|
vbin zic
|
||||||
vbin zdump
|
vbin zdump
|
||||||
|
|
Loading…
Add table
Reference in a new issue