wok-6.x diff bazaar/receipt @ rev 4564
Add ddclient (stuff)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Dec 06 12:23:33 2009 +0100 (2009-12-06) |
parents | fd182f8fab15 |
children | 4273e906522b |
line diff
1.1 --- a/bazaar/receipt Thu Jun 25 10:57:40 2009 +0000 1.2 +++ b/bazaar/receipt Sun Dec 06 12:23:33 2009 +0100 1.3 @@ -6,7 +6,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="A free distributed version control system." 1.6 MAINTAINER="rcx@zoominternet.net" 1.7 -DEPENDS="python" 1.8 +DEPENDS="glibc-base zlib python" 1.9 BUILD_DEPENDS="python python-dev" 1.10 TARBALL="$SOURCE-$VERSION.tar.gz" 1.11 WEB_SITE="http://bazaar-vcs.org/" 1.12 @@ -15,14 +15,7 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - # Determine if BUILD_HOST has been defined in tazwok.conf as it should 1.17 - if [ -z "$BUILD_HOST" ] ; then 1.18 - # Provide a default TOOLPREFIX value 1.19 - BUILD_HOST=i486-pc-linux-gnu 1.20 - fi 1.21 - 1.22 cd $src 1.23 - 1.24 python setup.py install \ 1.25 --prefix=/usr \ 1.26 --root=$src/_pkg \