Convert packages to new template format (t).
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user