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

Jan de Groot jgc at archlinux.org
Fri Sep 26 10:53:46 UTC 2014


    Date: Friday, September 26, 2014 @ 12:53:46
  Author: jgc
Revision: 223050

db-move: moved qqwing from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  qqwing/repos/testing-i686/
  qqwing/repos/testing-i686/PKGBUILD
    (from rev 223030, qqwing/repos/gnome-unstable-i686/PKGBUILD)
  qqwing/repos/testing-x86_64/
  qqwing/repos/testing-x86_64/PKGBUILD
    (from rev 223030, qqwing/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  qqwing/repos/gnome-unstable-i686/
  qqwing/repos/gnome-unstable-x86_64/

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

Copied: qqwing/repos/testing-i686/PKGBUILD (from rev 223030, qqwing/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-09-26 10:53:46 UTC (rev 223050)
@@ -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/testing-x86_64/PKGBUILD (from rev 223030, qqwing/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-09-26 10:53:46 UTC (rev 223050)
@@ -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