[arch-commits] Commit in autoconf/repos (5 files)
Allan McRae
allan at archlinux.org
Fri Nov 4 23:35:45 UTC 2011
Date: Friday, November 4, 2011 @ 19:35:44
Author: allan
Revision: 142057
db-move: moved autoconf from [testing] to [core] (any)
Added:
autoconf/repos/core-any/PKGBUILD
(from rev 142056, autoconf/repos/testing-any/PKGBUILD)
autoconf/repos/core-any/autoconf.install
(from rev 142056, autoconf/repos/testing-any/autoconf.install)
Deleted:
autoconf/repos/core-any/PKGBUILD
autoconf/repos/core-any/autoconf.install
autoconf/repos/testing-any/
------------------+
PKGBUILD | 83 ++++++++++++++++++++++++++---------------------------
autoconf.install | 40 ++++++++++++-------------
2 files changed, 62 insertions(+), 61 deletions(-)
Deleted: core-any/PKGBUILD
===================================================================
--- core-any/PKGBUILD 2011-11-04 23:31:12 UTC (rev 142056)
+++ core-any/PKGBUILD 2011-11-04 23:35:44 UTC (rev 142057)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=autoconf
-pkgver=2.68
-pkgrel=1
-pkgdesc="A GNU tool for automatically configuring source code"
-arch=('any')
-license=('GPL2' 'GPL3' 'custom')
-url="http://www.gnu.org/software/autoconf"
-groups=('base-devel')
-depends=('awk' 'm4' 'diffutils' 'bash')
-# for test-suite
-#makedepends=('gcc-fortran' 'erlang')
-install=autoconf.install
-source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-md5sums=('723677f7727542d273112e7feb870a7a')
-
-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
-
- # license exception
- install -Dm644 COPYING.EXCEPTION \
- $pkgdir/usr/share/licenses/autoconf/COPYING.EXCEPTION
-
- # conflict with bintuils
- rm -f ${pkgdir}/usr/share/info/standards.info
-}
Copied: autoconf/repos/core-any/PKGBUILD (from rev 142056, autoconf/repos/testing-any/PKGBUILD)
===================================================================
--- core-any/PKGBUILD (rev 0)
+++ core-any/PKGBUILD 2011-11-04 23:35:44 UTC (rev 142057)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=autoconf
+pkgver=2.68
+pkgrel=2
+pkgdesc="A GNU tool for automatically configuring source code"
+arch=('any')
+license=('GPL2' 'GPL3' 'custom')
+url="http://www.gnu.org/software/autoconf"
+groups=('base-devel')
+depends=('awk' 'm4' 'diffutils' 'bash')
+# for test-suite
+#makedepends=('gcc-fortran' 'erlang')
+install=autoconf.install
+source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('723677f7727542d273112e7feb870a7a'
+ 'f0af3afe669e5957312415fcb4ed38fa')
+
+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
+
+ # license exception
+ install -Dm644 COPYING.EXCEPTION \
+ $pkgdir/usr/share/licenses/autoconf/COPYING.EXCEPTION
+
+ # conflict with bintuils
+ rm -f ${pkgdir}/usr/share/info/standards.info
+}
Deleted: core-any/autoconf.install
===================================================================
--- core-any/autoconf.install 2011-11-04 23:31:12 UTC (rev 142056)
+++ core-any/autoconf.install 2011-11-04 23:35:44 UTC (rev 142057)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(autoconf.info)
-
-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
-}
Copied: autoconf/repos/core-any/autoconf.install (from rev 142056, autoconf/repos/testing-any/autoconf.install)
===================================================================
--- core-any/autoconf.install (rev 0)
+++ core-any/autoconf.install 2011-11-04 23:35:44 UTC (rev 142057)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(autoconf.info)
+
+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
+}
More information about the arch-commits
mailing list