Date: Wednesday, April 27, 2016 @ 01:34:12
  Author: anatolik
Revision: 171941

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 171940, gputils/trunk/PKGBUILD)
  gputils/repos/community-testing-x86_64/
  gputils/repos/community-testing-x86_64/PKGBUILD
    (from rev 171940, 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 171940, 
gputils/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD                             (rev 0)
+++ community-testing-i686/PKGBUILD     2016-04-26 23:34:12 UTC (rev 171941)
@@ -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.4.2
+_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=('e0d074b9d481b2419b0411938d046102')
+
+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 171940, 
gputils/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-04-26 23:34:12 UTC (rev 171941)
@@ -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.4.2
+_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=('e0d074b9d481b2419b0411938d046102')
+
+build() {
+       cd "$srcdir/$pkgname-$pkgver"
+       ./configure --prefix=/usr
+       make
+}
+
+package() {
+       cd "$srcdir/$pkgname-$pkgver"
+       make DESTDIR="$pkgdir" install
+}

Reply via email to