[arch-commits] Commit in autogen/repos (extra-i686 extra-i686/PKGBUILD)
Jan de Groot
jgc at archlinux.org
Sun Jun 8 14:51:33 UTC 2008
Date: Sunday, June 8, 2008 @ 10:51:33
Author: jgc
Revision: 2615
Merged revisions 2-2613 via svnmerge from
svn+ssh://svn.archlinux.org/home/svn-packages/autogen/trunk
........
r356 | aaron | 2008-04-18 22:56:27 +0000 (Fri, 18 Apr 2008) | 1 line
Added svn:keywords to all PKGBUILDs
........
r2400 | jgc | 2008-06-01 19:54:26 +0000 (Sun, 01 Jun 2008) | 1 line
upgpkg: autogen 5.9.5-1
........
Modified:
autogen/repos/extra-i686/ (properties)
autogen/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
Property changes on: autogen/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
- /autogen/trunk:1
+ /autogen/trunk:1-2613
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2008-06-08 14:51:32 UTC (rev 2614)
+++ extra-i686/PKGBUILD 2008-06-08 14:51:33 UTC (rev 2615)
@@ -2,20 +2,20 @@
# Maintainer: Arjan Timmerman <arjan at soufly.nl>
# Contributer: Tor Krill
pkgname=autogen
-pkgver=5.8.8
-pkgrel=2
+pkgver=5.9.5
+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)
url="http://autogen.sourceforge.net/"
-license=(GPL)
-depends=('guile>=1.8.1' 'libxml2>=2.6.26' 'libtool>=2.2')
+license=('GPL3')
+depends=('guile>=1.8.4-2' 'libxml2>=2.6.23' 'libtool>=2.2.4')
options=('!libtool' '!makeflags')
-source=(http://switch.dl.sourceforge.net/autogen/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('fe078c23b26753347a31c0bee6e5c82c')
+source=(http://downloads.sourceforge.net/autogen/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('fa375a4346e56e1d7a890a6ee82d2a63')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
- ./configure --prefix=/usr
+ ./configure --prefix=/usr || return 1
make || return 1
- make DESTDIR=${startdir}/pkg install
+ make DESTDIR=${startdir}/pkg install || return 1
}
More information about the arch-commits
mailing list