[arch-commits] Commit in autoconf-archive/repos/community-any (3 files)

Sergej Pupykin spupykin at archlinux.org
Wed Apr 27 22:54:54 UTC 2016


    Date: Thursday, April 28, 2016 @ 00:54:54
  Author: spupykin
Revision: 172225

archrelease: copy trunk to community-any

Added:
  autoconf-archive/repos/community-any/PKGBUILD
    (from rev 172224, autoconf-archive/trunk/PKGBUILD)
Deleted:
  autoconf-archive/repos/community-any/PKGBUILD
  autoconf-archive/repos/community-any/autoconf-archive.install

--------------------------+
 PKGBUILD                 |   69 ++++++++++++++++++++++-----------------------
 autoconf-archive.install |   20 -------------
 2 files changed, 34 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 22:54:44 UTC (rev 172224)
+++ PKGBUILD	2016-04-27 22:54:54 UTC (rev 172225)
@@ -1,35 +0,0 @@
-# $Id$
-# Contributor: Daniel Müllner <muellner at math.stanford.edu>
-
-pkgname=autoconf-archive
-pkgver=2016.03.20
-pkgrel=2
-epoch=1
-pkgdesc="A collection of freely re-usable Autoconf macros"
-arch=('any')
-url="http://www.gnu.org/software/autoconf-archive/"
-_watch="http://mirrors.axint.net/repos/gnu.org/autoconf-archive/"
-license=('GPL')
-depends=('autoconf')
-optdepends=('automake: macros for use with it')
-validpgpkeys=('1A4F63A13A4649B632F65EE141BC28FE99089D72')
-install=autoconf-archive.install
-source=(http://ftpmirror.gnu.org/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('99c4167b8107189bb6dcb98b09956829'
-         'SKIP')
-
-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: autoconf-archive/repos/community-any/PKGBUILD (from rev 172224, autoconf-archive/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-04-27 22:54:54 UTC (rev 172225)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Daniel Müllner <muellner at math.stanford.edu>
+
+pkgname=autoconf-archive
+pkgver=2016.03.20
+pkgrel=4
+epoch=1
+pkgdesc="A collection of freely re-usable Autoconf macros"
+arch=('any')
+url="http://www.gnu.org/software/autoconf-archive/"
+_watch="http://mirrors.axint.net/repos/gnu.org/autoconf-archive/"
+license=('GPL')
+depends=('autoconf')
+optdepends=('automake: macros for use with it')
+validpgpkeys=('1A4F63A13A4649B632F65EE141BC28FE99089D72')
+source=(http://ftpmirror.gnu.org/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('99c4167b8107189bb6dcb98b09956829'
+         'SKIP')
+
+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: autoconf-archive.install
===================================================================
--- autoconf-archive.install	2016-04-27 22:54:44 UTC (rev 172224)
+++ autoconf-archive.install	2016-04-27 22:54:54 UTC (rev 172225)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(autoconf-archive.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