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

Andrea Scarpino andrea at archlinux.org
Sun Oct 18 14:33:01 UTC 2009


    Date: Sunday, October 18, 2009 @ 10:33:00
  Author: andrea
Revision: 56038

Merged revisions 56037 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/gift/trunk

........
  r56037 | andrea | 2009-10-18 16:32:19 +0200 (Sun, 18 Oct 2009) | 2 lines
  
  upgpkg: gift 0.11.8.1-5
      fixed man path
........

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

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


Property changes on: gift/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /gift/trunk:1-54777
   + /gift/trunk:1-56037

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-10-18 14:32:19 UTC (rev 56037)
+++ extra-i686/PKGBUILD	2009-10-18 14:33:00 UTC (rev 56038)
@@ -1,21 +1,23 @@
 # $Id$
-# Maintainer: Kevin <kevin at archlinux.org>
+# Contributor: Kevin <kevin at archlinux.org>
 # Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
 
 pkgname=gift
 pkgver=0.11.8.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A bridge between P2P protocols and front-ends."
+url="http://gift.sourceforge.net"
 arch=(i686 x86_64)
 license=('GPL')
 depends=('libvorbis' 'libtool>=2.2' 'perl')
-source=(http://downloads.sourceforge.net/sourceforge/gift/$pkgname-$pkgver.tar.bz2)
+options=('!libtool')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
 md5sums=('1c70477af403af142359d07ee4a03348')
-url="http://gift.sourceforge.net"
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man
+  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