Date: Friday, November 9, 2018 @ 21:19:46
  Author: foutrelis
Revision: 404598

archrelease: copy trunk to community-staging-x86_64

Added:
  gputils/repos/community-staging-x86_64/
  gputils/repos/community-staging-x86_64/PKGBUILD
    (from rev 404597, gputils/trunk/PKGBUILD)

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: gputils/repos/community-staging-x86_64/PKGBUILD (from rev 404597, 
gputils/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-09 21:19:46 UTC (rev 404598)
@@ -0,0 +1,27 @@
+# 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=2
+pkgdesc="PIC Programming Utilities"
+arch=('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