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

Tobias Powalowski tpowa at archlinux.org
Tue Jun 2 13:00:28 UTC 2009


    Date: Tuesday, June 2, 2009 @ 09:00:28
  Author: tpowa
Revision: 41008

upgpkg: kradio 4.0.0-1

Modified:
  kradio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-06-02 12:41:09 UTC (rev 41007)
+++ PKGBUILD	2009-06-02 13:00:28 UTC (rev 41008)
@@ -2,7 +2,7 @@
 # Maintainer : Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=kradio
-pkgver=4.0.0rc4
+pkgver=4.0.0
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -10,13 +10,16 @@
 url="http://kradio.sourceforge.net/"
 depends=('lame' 'kdelibs' 'libsndfile' 'lirc-utils' 'libmms')
 makedepends=('pkgconfig' 'automoc4')
-source=(http://dl.sourceforge.net/sourceforge/kradio/kradio4-4.0.0-rc4.tar.bz2)
+source=(http://dl.sourceforge.net/sourceforge/kradio/kradio4-$pkgver.tar.bz2)
 options=(!libtool)
 
 build() {
-  cd $srcdir/${pkgname}4-4.0.0-rc4
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+  cd $srcdir
+  mkdir build
+  cd build
+  cmake ../${pkgname}4-$pkgver -DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
   make || return 1
   make DESTDIR=$startdir/pkg install
 }
-md5sums=('304ed325bb43eb0e96a52487e86c37df')
+
+md5sums=('fe19f793e272bdac1081a880557b5cd2')




More information about the arch-commits mailing list