From 40507b70aaf73e3e7010c75b4186353e81e6b1b1 Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Tue, 1 Oct 2019 18:49:56 +0200 Subject: [PATCH] tzutils: update to 2019c. --- srcpkgs/tzutils/template | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/srcpkgs/tzutils/template b/srcpkgs/tzutils/template index 3d82ca54358..76e5cd69dbc 100644 --- a/srcpkgs/tzutils/template +++ b/srcpkgs/tzutils/template @@ -1,14 +1,14 @@ # Template file for 'tzutils' pkgname=tzutils -version=2019b +version=2019c revision=1 wrksrc="tz-${version}" short_desc="Time zone and daylight-saving time utilities" -maintainer="Orphaned " -license="Public Domain" +maintainer="Anthony Iliopoulos " +license="Public Domain, BSD-3-Clause" homepage="https://www.iana.org/time-zones" distfiles="https://github.com/eggert/tz/archive/${version}.tar.gz" -checksum=e51485f59c96a2a31170ac0700d0b76c8627ca00fa4040987352ca44cdd0887b +checksum=38b1f7c7a050daa14fb07f6b72cdde1fc895fece40758d4d55736847041ad9e2 do_build() { make TZDIR=/usr/share/zoneinfo CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" @@ -22,3 +22,7 @@ do_install() { vman zdump.8 vman tzselect.8 } + +post_install() { + vlicense LICENSE +}