[arch-commits] Commit in lzop/repos (extra-i686 extra-i686/PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Sat Oct 17 11:56:14 UTC 2009


    Date: Saturday, October 17, 2009 @ 07:56:13
  Author: andrea
Revision: 55991

Merged revisions 356,55990 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/lzop/trunk

........
  r356 | aaron | 2008-04-19 00:56:27 +0200 (Sat, 19 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r55990 | andrea | 2009-10-17 13:55:28 +0200 (Sat, 17 Oct 2009) | 2 lines
  
  upgpkg: lzop 1.02rc1-4
      fixed arch in name and man page dir
........

Modified:
  lzop/repos/extra-i686/	(properties)
  lzop/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


Property changes on: lzop/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /lzop/trunk:1
   + /lzop/trunk:1-55990

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-10-17 11:55:28 UTC (rev 55990)
+++ extra-i686/PKGBUILD	2009-10-17 11:56:13 UTC (rev 55991)
@@ -1,12 +1,11 @@
 # $Id$
 # Contributor: Damir Perisa <damir.perisa at bluewin.ch>
-# Maintainer: damir <damir at archlinux.org>
 
 pkgname=lzop
 pkgver=1.02rc1
-pkgrel=3
+pkgrel=4
 pkgdesc="File compressor using lzo lib"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.lzop.org/"
 depends=('lzo2')
@@ -14,8 +13,9 @@
 md5sums=('4b999030716b1353c3dac049b269df7a')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+    --mandir=/usr/share/man
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list