[arch-commits] Commit in autogen/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Tue Sep 13 05:18:47 UTC 2011
Date: Tuesday, September 13, 2011 @ 01:18:47
Author: allan
Revision: 137954
upgpkg: autogen 5.12-1
upstream update, tidy PKGBUILD
Modified:
autogen/trunk/PKGBUILD
----------+
PKGBUILD | 22 +++++++++++++---------
1 file changed, 13 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-13 04:27:58 UTC (rev 137953)
+++ PKGBUILD 2011-09-13 05:18:47 UTC (rev 137954)
@@ -4,21 +4,25 @@
# Contributor: Tor Krill
pkgname=autogen
-pkgver=5.9.9
+pkgver=5.12
pkgrel=1
pkgdesc="A tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
url="http://autogen.sourceforge.net/"
license=('GPL3')
-depends=('guile>=1.8.6' 'libxml2>=2.7.3' 'libtool>=2.2.6a')
-options=('!libtool' '!makeflags')
+depends=('guile' 'libxml2')
+options=('!libtool')
install=autogen.install
-source=(http://downloads.sourceforge.net/autogen/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('da6c6185473d8b2d7c83e583f4213018')
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/rel${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('126e56be629cda747390e8ba9be71e4b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr || return 1
- make || return 1
- make DESTDIR="${pkgdir}" install || return 1
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
}
More information about the arch-commits
mailing list