[arch-commits] Commit in gengetopt/repos (4 files)

Christian Hesse eworm at archlinux.org
Tue Aug 9 19:41:31 UTC 2016


    Date: Tuesday, August 9, 2016 @ 19:41:30
  Author: eworm
Revision: 186259

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

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

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

Copied: gengetopt/repos/community-testing-i686/PKGBUILD (from rev 186258, gengetopt/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2016-08-09 19:41:30 UTC (rev 186259)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Contributor: andreas_baumann <abaumann at yahoo.com>
+# Contributor: zhuqin <zhuqin83 at gmail.com>
+
+pkgname=gengetopt
+pkgver=2.22.6
+pkgrel=6
+pkgdesc='A tool to write command line option parsing code for C programs'
+arch=('i686' 'x86_64')
+url='http://www.gnu.org/software/gengetopt/gengetopt.html'
+license=('GPL')
+options=('!docs' '!makeflags')
+validpgpkeys=('D459FCC2041AC8FEF297D53EB4AA8C689E629EAC')
+source=(ftp://ftp.gnu.org/gnu/gengetopt/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('30b05a88604d71ef2a42a2ef26cd26df242b41f5b011ad03083143a31d9b01f7'
+            'SKIP')
+
+build() {
+	cd ${srcdir}/${pkgname}-${pkgver}
+
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd ${srcdir}/${pkgname}-${pkgver}
+
+	make DESTDIR=${pkgdir} install
+}
+

Copied: gengetopt/repos/community-testing-x86_64/PKGBUILD (from rev 186258, gengetopt/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2016-08-09 19:41:30 UTC (rev 186259)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Contributor: andreas_baumann <abaumann at yahoo.com>
+# Contributor: zhuqin <zhuqin83 at gmail.com>
+
+pkgname=gengetopt
+pkgver=2.22.6
+pkgrel=6
+pkgdesc='A tool to write command line option parsing code for C programs'
+arch=('i686' 'x86_64')
+url='http://www.gnu.org/software/gengetopt/gengetopt.html'
+license=('GPL')
+options=('!docs' '!makeflags')
+validpgpkeys=('D459FCC2041AC8FEF297D53EB4AA8C689E629EAC')
+source=(ftp://ftp.gnu.org/gnu/gengetopt/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('30b05a88604d71ef2a42a2ef26cd26df242b41f5b011ad03083143a31d9b01f7'
+            'SKIP')
+
+build() {
+	cd ${srcdir}/${pkgname}-${pkgver}
+
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd ${srcdir}/${pkgname}-${pkgver}
+
+	make DESTDIR=${pkgdir} install
+}
+



More information about the arch-commits mailing list