tzdata: set noarch, doesn't install binaries anymore.
This commit is contained in:
parent
429dde7c9a
commit
eee7b3dc64
|
@ -5,16 +5,17 @@ create_wrksrc=yes
|
|||
_tzcode_ver=2012b
|
||||
_tzdata_ver=2012c
|
||||
version=${_tzdata_ver}
|
||||
distfiles="
|
||||
ftp://munnari.oz.au/pub/tzcode${_tzcode_ver}.tar.gz
|
||||
ftp://munnari.oz.au/pub/tzdata${_tzdata_ver}.tar.gz"
|
||||
revision=3
|
||||
noarch=yes
|
||||
build_style=gnu-makefile
|
||||
homepage="http://www.iana.org/time-zones"
|
||||
depends="bash gawk"
|
||||
revision=2
|
||||
short_desc="Time zone and daylight-saving time data"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
distfiles="
|
||||
ftp://munnari.oz.au/pub/tzcode${_tzcode_ver}.tar.gz
|
||||
ftp://munnari.oz.au/pub/tzdata${_tzdata_ver}.tar.gz"
|
||||
checksum="
|
||||
4345a2de239a7b6e5ab286052cc269eb07d63798ae14ba715eb4c6bdfa0f3350
|
||||
33e19e1dd27bda5239812587d72971509a15b59baff7abd692b77ff66f168a82"
|
||||
|
@ -24,7 +25,6 @@ long_desc="
|
|||
updated periodically to reflect changes made by political bodies to time
|
||||
zone boundaries, UTC offsets, and daylight-saving rules."
|
||||
|
||||
|
||||
post_install() {
|
||||
# Remove useless stuff
|
||||
rm -rf ${DESTDIR}/usr/lib
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
libc.so.6
|
Loading…
Reference in New Issue