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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 18:34:39 UTC 2020


    Date: Tuesday, July 7, 2020 @ 18:34:39
  Author: felixonmars
Revision: 660087

archrelease: copy trunk to community-staging-x86_64

Added:
  gengetopt/repos/community-staging-x86_64/
  gengetopt/repos/community-staging-x86_64/PKGBUILD
    (from rev 660086, gengetopt/trunk/PKGBUILD)

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

Copied: gengetopt/repos/community-staging-x86_64/PKGBUILD (from rev 660086, gengetopt/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 18:34:39 UTC (rev 660087)
@@ -0,0 +1,31 @@
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Contributor: andreas_baumann <abaumann at yahoo.com>
+# Contributor: zhuqin <zhuqin83 at gmail.com>
+
+pkgname=gengetopt
+pkgver=2.23
+pkgrel=2
+pkgdesc='A tool to write command line option parsing code for C programs'
+arch=('x86_64')
+url='https://www.gnu.org/software/gengetopt/gengetopt.html'
+license=('GPL')
+options=('!docs' '!makeflags')
+depends=('gcc-libs')
+validpgpkeys=('CD7AB2B200F374043F92E5D42485C3A5CF0FF62F') # Gray Wolf <wolf at wolfsden.cz>
+source=("https://ftp.gnu.org/gnu/gengetopt/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('b941aec9011864978dd7fdeb052b1943535824169d2aa2b0e7eae9ab807584ac'
+            '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