[arch-commits] CVS update of extra/system/lineak_defaultplugin (PKGBUILD)

Eric Belanger eric at archlinux.org
Mon Jul 16 05:40:31 UTC 2007


    Date: Monday, July 16, 2007 @ 01:40:31
  Author: eric
    Path: /home/cvs-extra/extra/system/lineak_defaultplugin

Modified: PKGBUILD (1.6 -> 1.7)

upgpkg: lineak_defaultplugin 0.8.4-1


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


Index: extra/system/lineak_defaultplugin/PKGBUILD
diff -u extra/system/lineak_defaultplugin/PKGBUILD:1.6 extra/system/lineak_defaultplugin/PKGBUILD:1.7
--- extra/system/lineak_defaultplugin/PKGBUILD:1.6	Sat May 27 21:37:02 2006
+++ extra/system/lineak_defaultplugin/PKGBUILD	Mon Jul 16 01:40:31 2007
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD,v 1.6 2006/05/28 01:37:02 ganja_guru Exp $
+# $Id: PKGBUILD,v 1.7 2007/07/16 05:40:31 eric Exp $
 # Maintainer: aurelien <aurelien at archlinux.org>
 # Contributor: Aurelien Foret <orelien at chez.com>
 pkgname=lineak_defaultplugin
-pkgver=0.8.3
-pkgrel=2
+pkgver=0.8.4
+pkgrel=1
 pkgdesc="Default plugin for LinEAK"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://lineak.sourceforge.net/"
-license="GPL"
+license=('GPL')
 depends=('lineakd>=0.8')
+options=('!libtool')
 source=(http://dl.sourceforge.net/sourceforge/lineak/$pkgname-$pkgver.tar.gz)
-md5sums=('ad3cf3664beb1a5d310f60c86088409b')
+md5sums=('336b4fa5aa40b1166c2aa5418740357b')
 
 build() {
     cd $startdir/src/$pkgname-$pkgver
-    ./configure --prefix=/usr
+    ./configure --prefix=/usr --sysconfdir=/etc
     make || return 1
     make DESTDIR=$startdir/pkg install
-  find $startdir/pkg -name '*\.la' -exec rm {} \;
 }




More information about the arch-commits mailing list