Skip to content

Commit

Permalink
archrelease: new repo testing-x86_64
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@12546 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
andyrtr committed Sep 15, 2008
1 parent 2537cca commit d920f6e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions autoconf/repos/testing-x86_64/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# $Id$
# Maintainer: Andreas Radke <[email protected]>

pkgname=autoconf
pkgver=2.63
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)
md5sums=('43d76649fb86cd21d64f68c48d5abdcf')

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
}

0 comments on commit d920f6e

Please sign in to comment.