Date: Tuesday, July 7, 2020 @ 13:58:38
  Author: felixonmars
Revision: 658669

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: gputils/repos/community-staging-x86_64/PKGBUILD (from rev 658667, 
gputils/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-07 13:58:38 UTC (rev 658669)
@@ -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=3
+pkgdesc="PIC Programming Utilities"
+arch=('x86_64')
+url="http://gputils.sourceforge.net/";
+license=('GPL')
+depends=('glibc')
+source=("https://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