[arch-commits] Commit in autoconf-2.64/repos (community-any community-any/PKGBUILD)

Daniel Micay thestinger at archlinux.org
Wed Jan 14 11:07:10 UTC 2015


    Date: Wednesday, January 14, 2015 @ 12:07:10
  Author: thestinger
Revision: 125905

archrelease: copy trunk to community-any

Added:
  autoconf-2.64/repos/community-any/
  autoconf-2.64/repos/community-any/PKGBUILD
    (from rev 125904, autoconf-2.64/trunk/PKGBUILD)

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: autoconf-2.64/repos/community-any/PKGBUILD (from rev 125904, autoconf-2.64/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2015-01-14 11:07:10 UTC (rev 125905)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Michael Witten <mfwitten>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+
+pkgver=2.64
+pkgname="autoconf-$pkgver"
+pkgrel=1
+pkgdesc="A GNU tool for automatically configuring source code"
+arch=(any)
+license=(GPL2 GPL3)
+url=https://www.gnu.org/software/autoconf
+depends=(coreutils awk m4 diffutils bash)
+source=("https://ftp.gnu.org/pub/gnu/autoconf/autoconf-$pkgver.tar.gz"
+        "https://ftp.gnu.org/pub/gnu/autoconf/autoconf-$pkgver.tar.gz.sig")
+md5sums=('30a198cef839471dd4926e92ab485361'
+         'SKIP')
+validpgpkeys=('2B7C1A53420D4AF3BFF4738BF382AE19F4850180')
+
+build() {
+  cd autoconf-$pkgver
+  ./configure --prefix="/opt/autoconf/$pkgver"
+  make
+}
+
+package() {
+  cd autoconf-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list