summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/autoconf/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/autoconf/PKGBUILD')
-rw-r--r--abs/core-testing/autoconf/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/abs/core-testing/autoconf/PKGBUILD b/abs/core-testing/autoconf/PKGBUILD
deleted file mode 100644
index 1ac8ed6..0000000
--- a/abs/core-testing/autoconf/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 12545 2008-09-15 12:33:36Z andyrtr $
-# Maintainer: Andreas Radke <adyrtr@archlinux.org>
-
-pkgname=autoconf
-pkgver=2.66
-pkgrel=1
-pkgdesc="A GNU tool for automatically configuring source code"
-arch=(i686 x86_64)
-license=('GPL2' 'GPL3')
-url="http://www.gnu.org/software/autoconf"
-groups=('base-devel')
-depends=('awk' 'm4' 'diffutils' 'bash')
-install=autoconf.install
-source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr
- make || return 1
- make DESTDIR=${pkgdir} install || return 1
- rm -f ${pkgdir}/usr/share/info/dir
- # conflict with bintuils
- rm -f ${pkgdir}/usr/share/info/standards.info
-}
-md5sums=('fb00d77cbc468994c55919298af1ff02')