[arch-commits] Commit in kdebindings-smokegen/repos (4 files)
Andrea Scarpino
andrea at archlinux.org
Tue Sep 6 21:19:35 UTC 2011
Date: Tuesday, September 6, 2011 @ 17:19:35
Author: andrea
Revision: 137234
archrelease: copy trunk to staging-i686, staging-x86_64
Added:
kdebindings-smokegen/repos/staging-i686/
kdebindings-smokegen/repos/staging-i686/PKGBUILD
(from rev 137233, kdebindings-smokegen/trunk/PKGBUILD)
kdebindings-smokegen/repos/staging-x86_64/
kdebindings-smokegen/repos/staging-x86_64/PKGBUILD
(from rev 137233, kdebindings-smokegen/trunk/PKGBUILD)
-------------------------+
staging-i686/PKGBUILD | 30 ++++++++++++++++++++++++++++++
staging-x86_64/PKGBUILD | 30 ++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
Copied: kdebindings-smokegen/repos/staging-i686/PKGBUILD (from rev 137233, kdebindings-smokegen/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2011-09-06 21:19:35 UTC (rev 137234)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebindings-smokegen
+pkgver=4.7.1
+pkgrel=1
+pkgdesc="A general purpose C++ parser with a plugin infrastructure"
+url="http://kde.org/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdebindings-smoke')
+source=("http://download.kde.org/stable/${pkgver}/src/smokegen-${pkgver}.tar.bz2")
+sha1sums=('952181277c8d212db7028476034d0160a152e696')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../smokegen-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
Copied: kdebindings-smokegen/repos/staging-x86_64/PKGBUILD (from rev 137233, kdebindings-smokegen/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-09-06 21:19:35 UTC (rev 137234)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebindings-smokegen
+pkgver=4.7.1
+pkgrel=1
+pkgdesc="A general purpose C++ parser with a plugin infrastructure"
+url="http://kde.org/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdebindings-smoke')
+source=("http://download.kde.org/stable/${pkgver}/src/smokegen-${pkgver}.tar.bz2")
+sha1sums=('952181277c8d212db7028476034d0160a152e696')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../smokegen-${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