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

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Feb 19 14:58:38 UTC 2013


    Date: Tuesday, February 19, 2013 @ 15:58:38
  Author: spupykin
Revision: 84526

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

Added:
  qconf/repos/community-staging-i686/
  qconf/repos/community-staging-i686/PKGBUILD
    (from rev 84525, qconf/trunk/PKGBUILD)
  qconf/repos/community-staging-x86_64/
  qconf/repos/community-staging-x86_64/PKGBUILD
    (from rev 84525, qconf/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: qconf/repos/community-staging-i686/PKGBUILD (from rev 84525, qconf/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-02-19 14:58:38 UTC (rev 84526)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: DsTr <kostindima at gmail.com>
+
+pkgname=qconf
+pkgver=1.4
+pkgrel=3
+pkgdesc="QConf allows you to have a nice configure script for your qmake-based project."
+arch=(i686 x86_64)
+url="http://delta.affinix.com/qconf/"
+license=('GPL')
+depends=('qt4')
+makedepends=()
+source=(http://delta.affinix.com/download/qconf-$pkgver.tar.bz2)
+md5sums=(e0080044f88c31e032008d5a5682a112)
+
+build() {
+  cd $srcdir/qconf-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/qconf-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: qconf/repos/community-staging-x86_64/PKGBUILD (from rev 84525, qconf/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-02-19 14:58:38 UTC (rev 84526)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: DsTr <kostindima at gmail.com>
+
+pkgname=qconf
+pkgver=1.4
+pkgrel=3
+pkgdesc="QConf allows you to have a nice configure script for your qmake-based project."
+arch=(i686 x86_64)
+url="http://delta.affinix.com/qconf/"
+license=('GPL')
+depends=('qt4')
+makedepends=()
+source=(http://delta.affinix.com/download/qconf-$pkgver.tar.bz2)
+md5sums=(e0080044f88c31e032008d5a5682a112)
+
+build() {
+  cd $srcdir/qconf-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/qconf-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}




More information about the arch-commits mailing list