[arch-commits] Commit in libkcompactdisc/repos (2 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Wed Jun 5 20:03:25 UTC 2013


    Date: Wednesday, June 5, 2013 @ 22:03:25
  Author: andrea
Revision: 187635

archrelease: copy trunk to staging-x86_64

Added:
  libkcompactdisc/repos/staging-x86_64/
  libkcompactdisc/repos/staging-x86_64/PKGBUILD
    (from rev 187634, libkcompactdisc/trunk/PKGBUILD)

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Copied: libkcompactdisc/repos/staging-x86_64/PKGBUILD (from rev 187634, libkcompactdisc/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2013-06-05 20:03:25 UTC (rev 187635)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkcompactdisc
+pkgver=4.10.4
+pkgrel=1
+pkgdesc="A library for interfacing with CDs"
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('d442e7d4257b68f182815f3a4330982a026b7dc3')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list