[arch-commits] Commit in automake/repos/core-any (4 files)
Allan McRae
allan at archlinux.org
Sat Jan 3 06:22:27 UTC 2015
Date: Saturday, January 3, 2015 @ 07:22:26
Author: allan
Revision: 228359
archrelease: copy trunk to core-any
Added:
automake/repos/core-any/PKGBUILD
(from rev 228358, automake/trunk/PKGBUILD)
automake/repos/core-any/automake.install
(from rev 228358, automake/trunk/automake.install)
Deleted:
automake/repos/core-any/PKGBUILD
automake/repos/core-any/automake.install
------------------+
PKGBUILD | 85 ++++++++++++++++++++++++++---------------------------
automake.install | 44 +++++++++++++--------------
2 files changed, 65 insertions(+), 64 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-01-03 06:21:22 UTC (rev 228358)
+++ PKGBUILD 2015-01-03 06:22:26 UTC (rev 228359)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
-# Contributor: judd <jvinet at zeroflux.org>
-
-pkgname=automake
-pkgver=1.14.1
-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')
-checkdepends=('dejagnu' 'python' 'gcc-fortran' 'java-environment' 'vala' 'emacs' 'cscope')
-install=automake.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('7fc29854c520f56b07aa232a0f880292'
- 'SKIP')
-
-prepare() {
- cd ${srcdir}/${pkgname}-${pkgver}
-
- # skip failing test...
- sed -i "/instmany-python.sh/d" Makefile.in
-}
-
-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/core-any/PKGBUILD (from rev 228358, automake/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-01-03 06:22:26 UTC (rev 228359)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=automake
+pkgver=1.14.1
+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')
+checkdepends=('dejagnu' 'python' 'gcc-fortran' 'java-environment' 'vala' 'emacs' 'cscope')
+install=automake.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('7fc29854c520f56b07aa232a0f880292'
+ 'SKIP')
+validpgpkeys=('A0460631BECA5C1CCD1C8362FC818E17429F96EA') # Stefano Lattarini
+
+prepare() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+
+ # skip failing test...
+ sed -i "/instmany-python.sh/d" Makefile.in
+}
+
+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
+}
Deleted: automake.install
===================================================================
--- automake.install 2015-01-03 06:21:22 UTC (rev 228358)
+++ automake.install 2015-01-03 06:22:26 UTC (rev 228359)
@@ -1,22 +0,0 @@
-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/core-any/automake.install (from rev 228358, automake/trunk/automake.install)
===================================================================
--- automake.install (rev 0)
+++ automake.install 2015-01-03 06:22:26 UTC (rev 228359)
@@ -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