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

Allan McRae allan at archlinux.org
Thu May 7 09:38:12 UTC 2009


    Date: Thursday, May 7, 2009 @ 05:38:12
  Author: allan
Revision: 38423

upgpkg: lzo2 2.03-1

Modified:
  lzo2/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-05-07 09:15:13 UTC (rev 38422)
+++ PKGBUILD	2009-05-07 09:38:12 UTC (rev 38423)
@@ -2,21 +2,21 @@
 # Contributor: Low Kian Seong <fastmail_low at speedymail.org>
 # Maintainer: dorphell <dorphell at archlinux.org>
 pkgname=lzo2
-pkgver=2.02
-pkgrel=3
-pkgdesc="a portable lossless data compression library written in ANSI C"
-arch=(i686 x86_64)
+pkgver=2.03
+pkgrel=1
+pkgdesc="Portable lossless data compression library written in ANSI C"
+arch=('i686' 'x86_64')
 url="http://www.oberhumer.com/opensource/lzo"
 license=('GPL')
 groups=('base')
 depends=('glibc')
 source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz)
 options=(!libtool)
-md5sums=('6760e5819f4238328709bf93bf10071c')
+md5sums=('0c3d078c2e8ea5a88971089a2f02a726')
 
 build() {
-  cd ${startdir}/src/lzo-${pkgver}
+  cd ${srcdir}/lzo-${pkgver}
   ./configure --prefix=/usr --enable-shared
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list