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

Jan de Groot jgc at archlinux.org
Mon Sep 22 10:51:27 UTC 2014


    Date: Monday, September 22, 2014 @ 12:51:27
  Author: jgc
Revision: 222629

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  qqwing/repos/gnome-unstable-i686/
  qqwing/repos/gnome-unstable-i686/PKGBUILD
    (from rev 222628, qqwing/trunk/PKGBUILD)
  qqwing/repos/gnome-unstable-x86_64/
  qqwing/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 222628, qqwing/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   24 ++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   24 ++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

Copied: qqwing/repos/gnome-unstable-i686/PKGBUILD (from rev 222628, qqwing/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2014-09-22 10:51:27 UTC (rev 222629)
@@ -0,0 +1,24 @@
+# $Id: $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=qqwing
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="Sudoku generating and solving software"
+arch=('i686' 'x86_64')
+url='http://qqwing.com/'
+depends=(gcc-libs)
+license=('GPL2')
+source=(http://qqwing.com/$pkgname-$pkgver.tar.gz)
+md5sums=('a4e3f141b84fd239ef6d83d16a04f9fc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: qqwing/repos/gnome-unstable-x86_64/PKGBUILD (from rev 222628, qqwing/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2014-09-22 10:51:27 UTC (rev 222629)
@@ -0,0 +1,24 @@
+# $Id: $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=qqwing
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="Sudoku generating and solving software"
+arch=('i686' 'x86_64')
+url='http://qqwing.com/'
+depends=(gcc-libs)
+license=('GPL2')
+source=(http://qqwing.com/$pkgname-$pkgver.tar.gz)
+md5sums=('a4e3f141b84fd239ef6d83d16a04f9fc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list