[arch-commits] Commit in autogen/repos (6 files)

Felix Yan fyan at archlinux.org
Sun Sep 14 04:27:09 UTC 2014


    Date: Sunday, September 14, 2014 @ 06:27:09
  Author: fyan
Revision: 221631

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

Added:
  autogen/repos/testing-i686/
  autogen/repos/testing-i686/PKGBUILD
    (from rev 221630, autogen/trunk/PKGBUILD)
  autogen/repos/testing-i686/autogen.install
    (from rev 221630, autogen/trunk/autogen.install)
  autogen/repos/testing-x86_64/
  autogen/repos/testing-x86_64/PKGBUILD
    (from rev 221630, autogen/trunk/PKGBUILD)
  autogen/repos/testing-x86_64/autogen.install
    (from rev 221630, autogen/trunk/autogen.install)

--------------------------------+
 testing-i686/PKGBUILD          |   28 ++++++++++++++++++++++++++++
 testing-i686/autogen.install   |   20 ++++++++++++++++++++
 testing-x86_64/PKGBUILD        |   28 ++++++++++++++++++++++++++++
 testing-x86_64/autogen.install |   20 ++++++++++++++++++++
 4 files changed, 96 insertions(+)

Copied: autogen/repos/testing-i686/PKGBUILD (from rev 221630, autogen/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-09-14 04:27:09 UTC (rev 221631)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Arjan Timmerman <arjan at soufly.nl>
+# Contributor: Tor Krill
+
+pkgname=autogen
+pkgver=5.18.4
+pkgrel=1
+pkgdesc="A tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text"
+arch=('i686' 'x86_64')
+url="http://autogen.sourceforge.net/"
+license=('GPL3')
+depends=('guile' 'libxml2')
+install=autogen.install
+source=(http://ftp.gnu.org/gnu/${pkgname}/rel${pkgver}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('5171f4a7414adb85b7b25e8438791758'
+         'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+} 

Copied: autogen/repos/testing-i686/autogen.install (from rev 221630, autogen/trunk/autogen.install)
===================================================================
--- testing-i686/autogen.install	                        (rev 0)
+++ testing-i686/autogen.install	2014-09-14 04:27:09 UTC (rev 221631)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(autogen.info autogen.info-1 autogen.info-2)
+
+post_install() {
+  for file in ${filelist[@]}; do
+    install-info $infodir/${file}.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for file in ${filelist[@]}; do
+    install-info --delete $infodir/${file}.gz $infodir/dir 2> /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: autogen/repos/testing-x86_64/PKGBUILD (from rev 221630, autogen/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-09-14 04:27:09 UTC (rev 221631)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Arjan Timmerman <arjan at soufly.nl>
+# Contributor: Tor Krill
+
+pkgname=autogen
+pkgver=5.18.4
+pkgrel=1
+pkgdesc="A tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text"
+arch=('i686' 'x86_64')
+url="http://autogen.sourceforge.net/"
+license=('GPL3')
+depends=('guile' 'libxml2')
+install=autogen.install
+source=(http://ftp.gnu.org/gnu/${pkgname}/rel${pkgver}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('5171f4a7414adb85b7b25e8438791758'
+         'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+} 

Copied: autogen/repos/testing-x86_64/autogen.install (from rev 221630, autogen/trunk/autogen.install)
===================================================================
--- testing-x86_64/autogen.install	                        (rev 0)
+++ testing-x86_64/autogen.install	2014-09-14 04:27:09 UTC (rev 221631)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(autogen.info autogen.info-1 autogen.info-2)
+
+post_install() {
+  for file in ${filelist[@]}; do
+    install-info $infodir/${file}.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for file in ${filelist[@]}; do
+    install-info --delete $infodir/${file}.gz $infodir/dir 2> /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list