[arch-commits] Commit in attica/repos (4 files)

Andrea Scarpino andrea at archlinux.org
Mon Dec 26 10:11:27 UTC 2011


    Date: Monday, December 26, 2011 @ 05:11:27
  Author: andrea
Revision: 145649

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  attica/repos/staging-i686/
  attica/repos/staging-i686/PKGBUILD
    (from rev 145648, attica/trunk/PKGBUILD)
  attica/repos/staging-x86_64/
  attica/repos/staging-x86_64/PKGBUILD
    (from rev 145648, attica/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: attica/repos/staging-i686/PKGBUILD (from rev 145648, attica/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2011-12-26 10:11:27 UTC (rev 145649)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=attica
+pkgver=0.3.0
+pkgrel=1
+pkgdesc='A Qt library that implements the Open Collaboration Services API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kdesupport/attica'
+license=('LGPL')
+depends=('qt')
+makedepends=('cmake')
+source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('5a77f678422e7a52e3a3abb2d7ad0499')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+}

Copied: attica/repos/staging-x86_64/PKGBUILD (from rev 145648, attica/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2011-12-26 10:11:27 UTC (rev 145649)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=attica
+pkgver=0.3.0
+pkgrel=1
+pkgdesc='A Qt library that implements the Open Collaboration Services API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kdesupport/attica'
+license=('LGPL')
+depends=('qt')
+makedepends=('cmake')
+source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('5a77f678422e7a52e3a3abb2d7ad0499')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list