Convert packages to new template format (t).

This commit is contained in:
Juan RP
2013-04-14 15:09:59 +02:00
parent 019565c9ed
commit 3f428a8cc2
57 changed files with 507 additions and 348 deletions

View File

@@ -4,7 +4,6 @@ wrksrc=${pkgname}
create_wrksrc=yes
version=2013b
revision=1
noarch=yes
homepage="http://www.iana.org/time-zones"
short_desc="Time zone and daylight-saving time data"
maintainer="Juan RP <xtraeme@gmail.com>"
@@ -28,3 +27,10 @@ do_install() {
zic -y ./yearistype -d ${DESTDIR}/usr/share/zoneinfo -p America/New_York
install -m444 -t ${DESTDIR}/usr/share/zoneinfo iso3166.tab zone.tab
}
tzdata_package() {
noarch="yes"
pkg_install() {
vmove usr
}
}