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

Allan McRae allan at archlinux.org
Mon Apr 16 04:42:37 UTC 2012


    Date: Monday, April 16, 2012 @ 00:42:37
  Author: allan
Revision: 156208

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

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

---------------------------------+
 testing-i686/PKGBUILD           |   34 ++++++++++++++++++++++++++++++++++
 testing-i686/automake.install   |   22 ++++++++++++++++++++++
 testing-x86_64/PKGBUILD         |   34 ++++++++++++++++++++++++++++++++++
 testing-x86_64/automake.install |   22 ++++++++++++++++++++++
 4 files changed, 112 insertions(+)

Copied: automake/repos/testing-i686/PKGBUILD (from rev 156207, automake/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-16 04:42:37 UTC (rev 156208)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=automake
+pkgver=1.11.5
+pkgrel=1
+pkgdesc="A GNU tool for automatically creating Makefiles"
+arch=('any')
+license=('GPL')
+url="http://www.gnu.org/software/automake"
+groups=('base-devel')
+depends=('perl' 'bash')
+makedepends=('autoconf')
+install=automake.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('13f6a9522339ac0885110506cb7abad8'
+         'c1170aad0acbe57b87d17b5eaf3f9061')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: automake/repos/testing-i686/automake.install (from rev 156207, automake/trunk/automake.install)
===================================================================
--- testing-i686/automake.install	                        (rev 0)
+++ testing-i686/automake.install	2012-04-16 04:42:37 UTC (rev 156208)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(automake.info automake.info-1 automake.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  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: automake/repos/testing-x86_64/PKGBUILD (from rev 156207, automake/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-16 04:42:37 UTC (rev 156208)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=automake
+pkgver=1.11.5
+pkgrel=1
+pkgdesc="A GNU tool for automatically creating Makefiles"
+arch=('any')
+license=('GPL')
+url="http://www.gnu.org/software/automake"
+groups=('base-devel')
+depends=('perl' 'bash')
+makedepends=('autoconf')
+install=automake.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('13f6a9522339ac0885110506cb7abad8'
+         'c1170aad0acbe57b87d17b5eaf3f9061')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: automake/repos/testing-x86_64/automake.install (from rev 156207, automake/trunk/automake.install)
===================================================================
--- testing-x86_64/automake.install	                        (rev 0)
+++ testing-x86_64/automake.install	2012-04-16 04:42:37 UTC (rev 156208)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(automake.info automake.info-1 automake.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  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