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

Andrea Scarpino andrea at archlinux.org
Sun Oct 18 14:32:19 UTC 2009


    Date: Sunday, October 18, 2009 @ 10:32:19
  Author: andrea
Revision: 56037

upgpkg: gift 0.11.8.1-5
    fixed man path

Modified:
  gift/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-18 14:25:37 UTC (rev 56036)
+++ PKGBUILD	2009-10-18 14:32:19 UTC (rev 56037)
@@ -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