Date: Monday, April 3, 2017 @ 14:11:29
  Author: bpiotrowski
Revision: 292022

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

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

-------------------------+
 staging-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: autogen/repos/staging-i686/PKGBUILD (from rev 292021, 
autogen/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2017-04-03 14:11:29 UTC (rev 292022)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot <[email protected]>
+# Contributor: Arjan Timmerman <[email protected]>
+# Contributor: Tor Krill
+
+pkgname=autogen
+pkgver=5.18.12
+pkgrel=2
+pkgdesc="A tool designed to simplify the creation and maintenance of programs 
that contain large amounts of repetitious text"
+arch=('i686' '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 
<[email protected]>
+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
+} 

Copied: autogen/repos/staging-x86_64/PKGBUILD (from rev 292021, 
autogen/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2017-04-03 14:11:29 UTC (rev 292022)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot <[email protected]>
+# Contributor: Arjan Timmerman <[email protected]>
+# Contributor: Tor Krill
+
+pkgname=autogen
+pkgver=5.18.12
+pkgrel=2
+pkgdesc="A tool designed to simplify the creation and maintenance of programs 
that contain large amounts of repetitious text"
+arch=('i686' '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 
<[email protected]>
+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
+} 

Reply via email to