[arch-commits] Commit in (4 files)

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


    Date: Wednesday, January 14, 2015 @ 11:51:07
  Author: thestinger
Revision: 125903

add autoconf-2.64 (for binutils autoreconf, etc)

Added:
  autoconf-2.64/
  autoconf-2.64/repos/
  autoconf-2.64/trunk/
  autoconf-2.64/trunk/PKGBUILD

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

Added: autoconf-2.64/trunk/PKGBUILD
===================================================================
--- autoconf-2.64/trunk/PKGBUILD	                        (rev 0)
+++ autoconf-2.64/trunk/PKGBUILD	2015-01-14 10:51:07 UTC (rev 125903)
@@ -0,0 +1,37 @@
+# $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
+
+  # license exception
+  install -Dm644 COPYING.EXCEPTION \
+    $pkgdir/usr/share/licenses/autoconf/COPYING.EXCEPTION
+
+  # remove unwanted file
+  rm -f ${pkgdir}/usr/share/info/standards.info
+}


Property changes on: autoconf-2.64/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list