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

Thomas Baechler thomas at archlinux.org
Sun Aug 31 10:21:40 UTC 2008


    Date: Sunday, August 31, 2008 @ 06:21:39
  Author: thomas
Revision: 10739

upgpkg: knetload 2.3-4

Modified:
  knetload/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-31 05:33:35 UTC (rev 10738)
+++ PKGBUILD	2008-08-31 10:21:39 UTC (rev 10739)
@@ -3,17 +3,20 @@
 
 pkgname=knetload
 pkgver=2.3
-pkgrel=3
+pkgrel=4
 pkgdesc="A small network load meter for Kicker"
 arch=(i686 x86_64)
-url="http://extragear.kde.org/apps/knetload.php"
-depends=('kdelibs')
-source=(http://flameeyes.web.ctonet.it/files/$pkgname-$pkgver.tar.bz2)
+url="http://www.flameeyes.eu/kdeapps#knetload"
+depends=('kdelibs3')
+license=('GPL')
+source=(http://www.flameeyes.eu/files/$pkgname-$pkgver.tar.bz2)
+md5sums=('10d41f1177cfde19408bb20a9a174e10')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-   ./configure --prefix=/opt/kde --enable-final --disable-debug
+   ./configure --prefix=/opt/kde --enable-final --disable-debug --without-arts
+   # No idea why the build syste fails here, so I'll do it the ugly way
+   find . -name Makefile -exec sed 's|-R /usr/lib||g;s|-L/usr/lib||g;' -i {} \;
    make || return 1
    make DESTDIR=$startdir/pkg/ install
- }
-md5sums=('10d41f1177cfde19408bb20a9a174e10')
+}




More information about the arch-commits mailing list