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

Christian Hesse eworm at archlinux.org
Tue Jun 2 13:41:29 UTC 2015


    Date: Tuesday, June 2, 2015 @ 15:41:28
  Author: eworm
Revision: 134538

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

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

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

Copied: gengetopt/repos/community-i686/PKGBUILD (from rev 134537, gengetopt/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-06-02 13:41:28 UTC (rev 134538)
@@ -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=4
+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-x86_64/PKGBUILD (from rev 134537, gengetopt/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-06-02 13:41:28 UTC (rev 134538)
@@ -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=4
+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