[arch-commits] Commit in autogen/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Nov 9 22:35:38 UTC 2018


    Date: Friday, November 9, 2018 @ 22:35:37
  Author: felixonmars
Revision: 338692

archrelease: copy trunk to staging-x86_64

Added:
  autogen/repos/staging-x86_64/
  autogen/repos/staging-x86_64/PKGBUILD
    (from rev 338691, autogen/trunk/PKGBUILD)

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

Copied: autogen/repos/staging-x86_64/PKGBUILD (from rev 338691, autogen/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2018-11-09 22:35:37 UTC (rev 338692)
@@ -0,0 +1,33 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Arjan Timmerman <arjan at soufly.nl>
+# Contributor: Tor Krill
+
+pkgname=autogen
+pkgver=5.18.12
+pkgrel=3
+pkgdesc="A tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text"
+arch=('x86_64')
+url="https://www.gnu.org/software/autogen/"
+license=('GPL3')
+depends=('guile2.0' 'libxml2')
+source=(https://ftp.gnu.org/gnu/${pkgname}/rel${pkgver}/${pkgname}-${pkgver}.tar.xz{,.sig})
+validpgpkeys=('44A088E295C3A722C450590EC9EF76DEB74EE762') # Bruce Korb <bkorb at gnu.org>
+sha256sums=('be3ba62e883185b6ee8475edae97d7197d701d6b9ad9c3d2df53697110c1bfd8'
+            'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+} 



More information about the arch-commits mailing list