wok-next rev 9818

ruby: fix BUILD_DEPENDS
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 15 02:10:25 2011 +0200 (2011-05-15)
parents fc9f1fc039d7
children 604aab93a690
files ruby/receipt
line diff
     1.1 --- a/ruby/receipt	Sun May 15 01:21:58 2011 +0200
     1.2 +++ b/ruby/receipt	Sun May 15 02:10:25 2011 +0200
     1.3 @@ -8,19 +8,21 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://www.ruby-lang.org/"
     1.6  WGET_URL="ftp://ftp.ruby-lang.org/pub/ruby/${VERSION%.*}/$TARBALL"
     1.7 +SUGGESTED="tk"
     1.8 +TAGS="ruby language programming"
     1.9 +
    1.10  DEPENDS="libdb ncurses openssl readline zlib gdbm"
    1.11 -SUGGESTED="tk"
    1.12 -BUILD_DEPENDS=" coreutils-file-output-full zlib-dev tk"
    1.13 -TAGS="ruby language programming"
    1.14 +BUILD_DEPENDS="coreutils-file-output-full zlib-dev tk-dev tcl-dev openssl-dev\
    1.15 +libdb-dev readline-dev"
    1.16  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20  	cd $src
    1.21  	patch -Np1 < $stuff/openssl-1.0.patch 
    1.22 -	./configure --prefix=/usr --enable-shared --infodir=/usr/share/info --mandir=/usr/share/man $CONFIGURE_ARGS && 		 
    1.23 +	./configure --prefix=/usr --enable-shared && 		 
    1.24  	make -j 4 &&
    1.25 -	make DESTDIR=$PWD/_pkg install
    1.26 +	make DESTDIR=$DESTDIR install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.