2017-10-27 21:56:50 +02:00
|
|
|
|
# Tanım: The zoneinfo database or IANA Time Zone
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: http://www.gnu.org/software/libc/
|
2017-10-27 21:56:50 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler:
|
|
|
|
|
|
2017-10-28 14:15:02 +02:00
|
|
|
|
isim=tzdata
|
|
|
|
|
surum=2016a
|
|
|
|
|
devir=1
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:15:02 +02:00
|
|
|
|
kaynak=(http://www.iana.org/time-zones/repository/releases/$isim$surum.tar.gz)
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2016-02-24 01:27:23 +01:00
|
|
|
|
timezones=('africa' 'antarctica' 'asia' 'australasia'
|
|
|
|
|
'europe' 'northamerica' 'southamerica'
|
|
|
|
|
'pacificnew' 'etcetera' 'backward'
|
|
|
|
|
'systemv')
|
|
|
|
|
zic -y ./yearistype -d $PKG/usr/share/zoneinfo ${timezones[@]}
|
|
|
|
|
zic -y ./yearistype -d $PKG/usr/share/zoneinfo/posix ${timezones[@]}
|
|
|
|
|
zic -y ./yearistype -d $PKG/usr/share/zoneinfo/right -L leapseconds ${timezones[@]}
|
2016-03-20 02:15:25 +01:00
|
|
|
|
zic -y ./yearistype -d $PKG/usr/share/zoneinfo -p Europe/Istanbul
|
2016-02-24 01:27:23 +01:00
|
|
|
|
install -m444 -t $PKG/usr/share/zoneinfo iso3166.tab zone.tab
|
|
|
|
|
}
|