wok rev 3570

Depends: bazaar
author Matthew Sheets <rcx@zoominternet.net>
date Thu Jun 25 11:02:39 2009 +0000 (2009-06-25)
parents fd182f8fab15
children 049726ab7a07
files bazaar/receipt
line diff
     1.1 --- a/bazaar/receipt	Thu Jun 25 10:57:40 2009 +0000
     1.2 +++ b/bazaar/receipt	Thu Jun 25 11:02:39 2009 +0000
     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 \