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

Eric Belanger eric at archlinux.org
Fri Apr 25 00:57:59 UTC 2008


    Date: Thursday, April 24, 2008 @ 20:57:59
  Author: eric
Revision: 954

fixed svn conflict

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

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)


Property changes on: gift/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /gift/trunk:1
   + /gift/trunk:1-953

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-04-25 00:56:26 UTC (rev 953)
+++ extra-x86_64/PKGBUILD	2008-04-25 00:57:59 UTC (rev 954)
@@ -1,20 +1,21 @@
 # $Id$
-# Maintainer: Jason Chu <jason at archlinux.org>
+# Maintainer: Kevin <kevin at archlinux.org>
 # Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
 
 pkgname=gift
 pkgver=0.11.8.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A bridge between P2P protocols and front-ends."
 arch=(i686 x86_64)
-depends=('libvorbis' 'libtool' 'perl')
+license=('GPL')
+depends=('libvorbis' 'libtool>=2.2' 'perl')
 source=(http://dl.sourceforge.net/sourceforge/gift/$pkgname-$pkgver.tar.bz2)
 md5sums=('1c70477af403af142359d07ee4a03348')
 url="http://gift.sourceforge.net"
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --mandir=/usr/share/man
   make || return 1
   make DESTDIR=$startdir/pkg install
 }





More information about the arch-commits mailing list