[arch-commits] Commit in httrack/trunk (PKGBUILD)
Eric Bélanger
eric at archlinux.org
Sun Feb 8 21:43:42 UTC 2009
Date: Sunday, February 8, 2009 @ 16:43:41
Author: eric
Revision: 26526
upgpkg: httrack 3.43.2-1
Upstream update, removed force option, disabled SMP build, removed the need of a custom variable
Modified:
httrack/trunk/PKGBUILD
----------+
PKGBUILD | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-02-08 21:39:34 UTC (rev 26525)
+++ PKGBUILD 2009-02-08 21:43:41 UTC (rev 26526)
@@ -3,21 +3,20 @@
# Contributor: orelien <aurelien.foret at wanadoo.fr>
pkgname=httrack
-pkgver=3.42.2
-_realver=3.42-2
+pkgver=3.43.2
pkgrel=1
pkgdesc="HTTrack is an easy-to-use offline browser utility."
arch=('i686' 'x86_64')
url="http://www.httrack.com/"
license=('GPL')
depends=('bash' 'zlib')
-source=(http://www.httrack.com/$pkgname-$_realver.tar.gz)
-md5sums=('28bbb9c815b8ee9180acb564df9369fe')
-options=('!libtool' 'force')
+options=('!libtool' '!makeflags')
+source=(http://www.httrack.com/${pkgname}-${pkgver%.*}-${pkgver##*.}.tar.gz)
+md5sums=('a6debc9fe8b7049e5de986357c7dadd8')
build() {
- cd $startdir/src/$pkgname-3.42.2
- ./configure --prefix=/usr
+ cd ${srcdir}/${pkgname}-${pkgver}
+ ./configure --prefix=/usr || return 1
make || return 1
- make prefix=$startdir/pkg/usr install
+ make DESTDIR=${pkgdir} install || return 1
}
More information about the arch-commits
mailing list