[arch-commits] Commit in tzdata/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Feb 6 21:44:24 UTC 2009


    Date: Friday, February 6, 2009 @ 16:44:23
  Author: andyrtr
Revision: 26347

upgpkg: tzdata 2009a-1
    new version 2009a

Modified:
  tzdata/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-06 21:42:33 UTC (rev 26346)
+++ PKGBUILD	2009-02-06 21:44:23 UTC (rev 26347)
@@ -2,10 +2,10 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=tzdata
-pkgver=2008i
+pkgver=2009a
 pkgrel=1
-_tzcode=2008h
-_tzdata=2008i
+_tzcode=2009a
+_tzdata=2009a
 pkgdesc="Sources for time zone and daylight saving time data"
 arch=('i686' 'x86_64')
 url="http://www.twinsun.com/tz/tz-link.htm"
@@ -17,16 +17,16 @@
 source=(ftp://elsie.nci.nih.gov/pub/tzcode${_tzcode}.tar.gz \
         ftp://elsie.nci.nih.gov/pub/${pkgname}${_tzdata}.tar.gz \
         Makefile.patch)
-md5sums=('2f0fc8b1227bd7289483f64e8a194ed9'
-         'b659aac215ca5d1ef43c596cfb561252'
+md5sums=('6a20a58704c779e3006394cf38a1dc0a'
+         '979cb227a83d7fbb954611a4fb5b1949'
          'a64ed97d1fc03c66ee8612c0d9f40507')
 
 build() {
   cd ${srcdir}/
-  if [ "$CARCH" = "x86_64" ]; then
-      CFLAGS="-march=x86-64 -mtune=generic -O1 -pipe -Wall"
-    else CFLAGS="-march=i686 -mtune=generic -O1 -pipe -Wall"
-  fi
+#  if [ "$CARCH" = "x86_64" ]; then
+# #     CFLAGS="-march=x86-64 -mtune=generic -O1 -pipe -Wall"
+#    else CFLAGS="-march=i686 -mtune=generic -O1 -pipe -Wall"
+#  fi
 
   tar -xf tzcode${_tzcode}.tar.gz  || return 1
   tar -xf ${pkgname}${_tzdata}.tar.gz || return 1
@@ -34,7 +34,7 @@
   patch -Np1 -i ../Makefile.patch || return 1
 
   make || return 1
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" install || return 1
 
   rm ${pkgdir}/usr/share/zoneinfo/localtime
 }




More information about the arch-commits mailing list