[arch-commits] Commit in httrack/repos (extra-x86_64 extra-x86_64/PKGBUILD)
Eric BĂ©langer
eric at archlinux.org
Sun Feb 8 21:44:03 UTC 2009
Date: Sunday, February 8, 2009 @ 16:44:03
Author: eric
Revision: 26527
Merged revisions 26526 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/httrack/trunk
........
r26526 | eric | 2009-02-08 16:43:41 -0500 (Sun, 08 Feb 2009) | 2 lines
upgpkg: httrack 3.43.2-1
Upstream update, removed force option, disabled SMP build, removed the need of a custom variable
........
Modified:
httrack/repos/extra-x86_64/ (properties)
httrack/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
Property changes on: httrack/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /httrack/trunk:1-2124
+ /httrack/trunk:1-26526
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2009-02-08 21:43:41 UTC (rev 26526)
+++ extra-x86_64/PKGBUILD 2009-02-08 21:44:03 UTC (rev 26527)
@@ -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