[arch-commits] Commit in (4 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Jun 25 15:26:47 UTC 2013


    Date: Tuesday, June 25, 2013 @ 17:26:47
  Author: spupykin
Revision: 93133

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

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

Added: autoconf-archive/trunk/PKGBUILD
===================================================================
--- autoconf-archive/trunk/PKGBUILD	                        (rev 0)
+++ autoconf-archive/trunk/PKGBUILD	2013-06-25 15:26:47 UTC (rev 93133)
@@ -0,0 +1,36 @@
+# Maintainer: Daniel Müllner <muellner at math.stanford.edu>
+
+pkgname=autoconf-archive
+pkgver=2013.06.09
+pkgrel=1
+epoch=1
+pkgdesc="A collection of freely re-usable Autoconf macros"
+arch=('any')
+url="http://www.gnu.org/software/autoconf-archive/"
+license=('GPL')
+depends=('autoconf')
+optdepends=('automake: macros for use with it')
+changelog='ChangeLog'
+source=(http://ftpmirror.gnu.org/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('a98d0a7bf74ee74754096e7233d4132baafe15d212b2c903dc0bfef41e7048b5'
+            'c9494ca657eee33d108291675a53db89e781fa80d415b423162231eeb62d1e6a')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}




More information about the arch-commits mailing list