Date: Tuesday, September 13, 2016 @ 22:18:37
  Author: anatolik
Revision: 189277

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

Added:
  gputils/repos/community-testing-i686/
  gputils/repos/community-testing-i686/PKGBUILD
    (from rev 189276, gputils/trunk/PKGBUILD)
  gputils/repos/community-testing-x86_64/
  gputils/repos/community-testing-x86_64/PKGBUILD
    (from rev 189276, gputils/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: gputils/repos/community-testing-i686/PKGBUILD (from rev 189276, 
gputils/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD                             (rev 0)
+++ community-testing-i686/PKGBUILD     2016-09-13 22:18:37 UTC (rev 189277)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Federico Cinelli <[email protected]>
+# Contributor: Johannes Martin <[email protected]>
+# Contributor: JJDaNiMoTh <[email protected]>
+# Contributor: Stefan Husmann <[email protected]>
+
+pkgname=gputils
+pkgver=1.5.0
+_tag=$pkgver-1
+pkgrel=1
+pkgdesc="PIC Programming Utilities"
+arch=('i686' 'x86_64')
+url="http://gputils.sourceforge.net/";
+license=('GPL')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$_tag.tar.gz";)
+md5sums=('60d4da7cd026a4e611120ed51b6da35c')
+
+build() {
+       cd "$srcdir/$pkgname-$pkgver"
+       ./configure --prefix=/usr
+       make
+}
+
+package() {
+       cd "$srcdir/$pkgname-$pkgver"
+       make DESTDIR="$pkgdir" install
+}

Copied: gputils/repos/community-testing-x86_64/PKGBUILD (from rev 189276, 
gputils/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-09-13 22:18:37 UTC (rev 189277)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Federico Cinelli <[email protected]>
+# Contributor: Johannes Martin <[email protected]>
+# Contributor: JJDaNiMoTh <[email protected]>
+# Contributor: Stefan Husmann <[email protected]>
+
+pkgname=gputils
+pkgver=1.5.0
+_tag=$pkgver-1
+pkgrel=1
+pkgdesc="PIC Programming Utilities"
+arch=('i686' 'x86_64')
+url="http://gputils.sourceforge.net/";
+license=('GPL')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$_tag.tar.gz";)
+md5sums=('60d4da7cd026a4e611120ed51b6da35c')
+
+build() {
+       cd "$srcdir/$pkgname-$pkgver"
+       ./configure --prefix=/usr
+       make
+}
+
+package() {
+       cd "$srcdir/$pkgname-$pkgver"
+       make DESTDIR="$pkgdir" install
+}

Reply via email to