summaryrefslogtreecommitdiff
path: root/community/kaudiocreator
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-12 10:57:14 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-12 10:57:14 -0300
commit66873986693bc3c8812d12f3919f1977b9a30674 (patch)
tree14a385b80dfa23890d9d864dd89fafb61dd38ff2 /community/kaudiocreator
parentfa448c3d0b12a414235560d2cbd14eb74aace7bd (diff)
parente03f4b9bc9da3327de94bc58aa92ecb836c1580d (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/puzzles/PKGBUILD core/lvm2/PKGBUILD core/mdadm/PKGBUILD libre/kernel26-libre/PKGBUILD multilib-testing/lib32-mesa/PKGBUILD testing/mesa/PKGBUILD
Diffstat (limited to 'community/kaudiocreator')
-rw-r--r--community/kaudiocreator/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/community/kaudiocreator/PKGBUILD b/community/kaudiocreator/PKGBUILD
index b9c60792f..caa382723 100644
--- a/community/kaudiocreator/PKGBUILD
+++ b/community/kaudiocreator/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 24995 2010-08-30 09:56:37Z andrea $
+# $Id: PKGBUILD 51505 2011-07-10 22:05:47Z lcarlier $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Nick B <Shirakawasuna at gmail _dot_com>
pkgname=kaudiocreator
-pkgver=1.2.90
+pkgver=1.2.95
pkgrel=1
pkgdesc="A program for ripping and encoding Audio-CDs, encoding files from disk"
arch=('i686' 'x86_64' 'mips64el')
@@ -13,12 +13,14 @@ depends=('kdemultimedia-kioslave' 'taglib' 'libdiscid')
makedepends=('cmake' 'automoc4')
install="${pkgname}.install"
source=("http://www.kde-apps.org/CONTENT/content-files/107645-${pkgname}-${pkgver}.tar.bz2")
-md5sums=('3d86f19700ace837093a134876314862')
+md5sums=('5449607bb940b7b9522f5c47c6149f99')
build() {
cd ${srcdir}
+
mkdir build
cd build
+
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr
@@ -27,5 +29,6 @@ build() {
package() {
cd ${srcdir}/build
+
make DESTDIR=${pkgdir} install
}