From e4a38847ac36afd738382fa3ddb17b0b48884521 Mon Sep 17 00:00:00 2001 From: Manuel Date: Tue, 7 May 2013 17:35:47 +0000 Subject: [PATCH] Update autogen --- autogen/PKGBUILD | 19 ++++++++----------- autogen/autogen.install | 2 -- 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/autogen/PKGBUILD b/autogen/PKGBUILD index fc405534e..49aa51da6 100644 --- a/autogen/PKGBUILD +++ b/autogen/PKGBUILD @@ -1,27 +1,24 @@ -# Maintainer: abveritas[at]chakra-project[dot]org> - pkgname=autogen pkgver=5.17.2 pkgrel=1 pkgdesc="A tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text" -arch=('x86_64') +arch=('i686' 'x86_64') url="http://autogen.sourceforge.net/" license=('GPL3') -depends=('guile>=1.8.8' 'libxml2' 'libtool') +depends=('guile' 'libxml2') options=('!libtool') install=autogen.install -source=("http://ftp.gnu.org/gnu/${pkgname}/rel${pkgver}/${pkgname}-${pkgver}.tar.xz") -md5sums=('567dd065d24294c5c31517e399c2fcf5') +source=(http://ftp.gnu.org/gnu/${pkgname}/rel${pkgver}/${pkgname}-${pkgver}.tar.xz{,.sig}) +md5sums=('567dd065d24294c5c31517e399c2fcf5' + 'af72d4d6f27486366e7712c41f61b8fa') build() { cd "${srcdir}/${pkgname}-${pkgver}" - - ./configure --prefix=/usr - make + ./configure --prefix=/usr + make } package() { cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install + make DESTDIR="${pkgdir}" install } diff --git a/autogen/autogen.install b/autogen/autogen.install index 181c2567c..375aac668 100644 --- a/autogen/autogen.install +++ b/autogen/autogen.install @@ -16,5 +16,3 @@ pre_remove() { install-info --delete $infodir/${file}.gz $infodir/dir 2> /dev/null done } - -# vim:set ts=2 sw=2 et: -- GitLab