wok-6.x rev 9772
subversion: Fix BUILD_DEPENDS
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 11 21:16:24 2011 +0200 (2011-05-11) |
parents | a34b2bcf117e |
children | 1fd357e6acdf |
files | subversion/receipt |
line diff
1.1 --- a/subversion/receipt Wed May 11 21:00:31 2011 +0200 1.2 +++ b/subversion/receipt Wed May 11 21:16:24 2011 +0200 1.3 @@ -9,7 +9,7 @@ 1.4 WEB_SITE="http://subversion.tigris.org" 1.5 WGET_URL="http://subversion.tigris.org/downloads/$TARBALL" 1.6 1.7 -DEPENDS="libsvn apr-util libsqlite expat" 1.8 +DEPENDS="libsvn apr-util libsqlite" 1.9 BUILD_DEPENDS="zlib-dev neon expat apr-dev mysql-dev neon-dev apr-util-dev \ 1.10 sqlite-dev expat-dev krb5 krb5-dev util-linux-ng-uuid-dev python-dev" 1.11 1.12 @@ -19,7 +19,7 @@ 1.13 cd $src 1.14 ./configure --prefix=/usr && 1.15 make -j1 && 1.16 - make -j1 DESTDIR=$PWD/_pkg install 1.17 + make -j1 DESTDIR=$DESTDIR install 1.18 } 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg.