diff options
Diffstat (limited to 'kde-unstable/kdemultimedia-kscd/PKGBUILD')
-rw-r--r-- | kde-unstable/kdemultimedia-kscd/PKGBUILD | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/kde-unstable/kdemultimedia-kscd/PKGBUILD b/kde-unstable/kdemultimedia-kscd/PKGBUILD deleted file mode 100644 index 6ac47add5..000000000 --- a/kde-unstable/kdemultimedia-kscd/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 171837 2012-11-21 19:52:27Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdemultimedia-kscd -pkgver=4.9.80 -pkgrel=1 -pkgdesc="KDE CD player" -url='http://kde.org/applications/multimedia/kscd/' -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdemultimedia') -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=('b92a7d1f1d35616e0ac3272bf33aa7c0aef116ca') - -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 -} |