[arch-commits] CVS update of extra/lib/gnet (PKGBUILD)

Eric Belanger eric at archlinux.org
Tue Dec 11 03:20:36 UTC 2007


    Date: Monday, December 10, 2007 @ 22:20:36
  Author: eric
    Path: /home/cvs-extra/extra/lib/gnet

Modified: PKGBUILD (1.13 -> 1.14)

upgpkg: gnet 2.0.7-3
added license


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


Index: extra/lib/gnet/PKGBUILD
diff -u extra/lib/gnet/PKGBUILD:1.13 extra/lib/gnet/PKGBUILD:1.14
--- extra/lib/gnet/PKGBUILD:1.13	Sun May 21 16:19:56 2006
+++ extra/lib/gnet/PKGBUILD	Mon Dec 10 22:20:36 2007
@@ -1,13 +1,16 @@
-# $Id: PKGBUILD,v 1.13 2006/05/21 20:19:56 uid1015 Exp $
-# Maintainer: arjan <arjan at archlinux.org>
+# $Id: PKGBUILD,v 1.14 2007/12/11 03:20:36 eric Exp $
+# Maintainer: Eric Belanger <eric at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
 pkgname=gnet
 pkgver=2.0.7
-pkgrel=2
+pkgrel=3
 pkgdesc="GNet is a simple network library"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://www.gnetlibrary.org/"
+license=('LGPL')
 depends=('glib2')
+options=('!libtool')
 source=(http://www.gnetlibrary.org/src/$pkgname-$pkgver.tar.gz)
 md5sums=('3a7a40411775688fe4c42141ab007048')
 
@@ -15,6 +18,5 @@
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr
   make || return 1
-  make prefix=$startdir/pkg/usr install
-  find $startdir/pkg -name '*.la' -exec rm {} \;
+  make DESTDIR=$startdir/pkg install
 }




More information about the arch-commits mailing list