summaryrefslogtreecommitdiff
path: root/kde-unstable/kdemultimedia-kscd/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'kde-unstable/kdemultimedia-kscd/PKGBUILD')
-rw-r--r--kde-unstable/kdemultimedia-kscd/PKGBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/kde-unstable/kdemultimedia-kscd/PKGBUILD b/kde-unstable/kdemultimedia-kscd/PKGBUILD
deleted file mode 100644
index 4fe6eb01d..000000000
--- a/kde-unstable/kdemultimedia-kscd/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 163429 2012-07-11 22:48:20Z andrea $
-# Maintainer: Andrea Scarpino <andrea@archlinux.org>
-
-pkgname=kdemultimedia-kscd
-pkgver=4.8.97
-pkgrel=1
-pkgdesc="KDE CD player"
-url='http://kde.org/applications/multimedia/kscd/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'libmusicbrainz3')
-makedepends=('cmake' 'automoc4')
-install="${pkgname}.install"
-source=("http://download.kde.org/unstable/${pkgver}/src/kscd-${pkgver}.tar.xz")
-sha1sums=('7ce062b170ff3e3e299b24ca618ac11243afd05a')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../kscd-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd "${srcdir}"/build
- make DESTDIR="${pkgdir}" install
-}