summaryrefslogtreecommitdiff
path: root/extra/kradio/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/kradio/PKGBUILD')
-rw-r--r--extra/kradio/PKGBUILD24
1 files changed, 13 insertions, 11 deletions
diff --git a/extra/kradio/PKGBUILD b/extra/kradio/PKGBUILD
index f460f116e..d2d14bdfe 100644
--- a/extra/kradio/PKGBUILD
+++ b/extra/kradio/PKGBUILD
@@ -1,26 +1,28 @@
-# $Id: PKGBUILD 150326 2012-02-16 21:21:15Z eric $
-# Maintainer : Tobias Powalowski <tpowa@archlinux.org>
+# $Id: PKGBUILD 150790 2012-02-22 11:29:59Z andrea $
+# Maintainer:
+# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=kradio
-pkgver=4.0.3
+pkgver=4.0.4
pkgrel=1
arch=('i686' 'x86_64')
license=('GPL2')
-pkgdesc="A comfortable KDE radio application"
+pkgdesc="A comfortable KDE internet and AM/FM radio application"
url="http://kradio.sourceforge.net/"
depends=('kdebase-runtime' 'lirc-utils' 'libmms' 'ffmpeg')
-makedepends=('pkg-config' 'automoc4' 'cmake')
-options=(!libtool)
-install=kradio.install
-source=(http://downloads.sourceforge.net/sourceforge/kradio/kradio4-$pkgver.tar.bz2{,.asc})
-md5sums=('f495ce341150ab04515d217bd8c36a32'
- '42259fac62e427b8c86b7a5e5d4b18bf')
+makedepends=('automoc4' 'cmake')
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/$pkgname/kradio4-$pkgver.tar.bz2"{,.asc})
+md5sums=('4b5495a4f1dda21f7201bc8db0d4f95e'
+ '51c6d4ec0047d2df595b458bde285012')
build() {
cd "$srcdir"
mkdir build
cd build
- cmake ../${pkgname}4-$pkgver -DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+ cmake ../${pkgname}4-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release
make
}