wok rev 1470

freetds haserl-lua parcellite python xorg-xclock: update BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 04 12:01:29 2008 +0000 (2008-10-04)
parents 0331431853db
children 5f44a3f5127a
files freetds/receipt haserl-lua/receipt parcellite/receipt python/receipt xorg-xclock/receipt
line diff
     1.1 --- a/freetds/receipt	Sat Oct 04 11:57:29 2008 +0000
     1.2 +++ b/freetds/receipt	Sat Oct 04 12:01:29 2008 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Microsoft SQL Server and Sybase databases client libraries."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +BUILD_DEPENDS="readline-dev"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.freetds.org/"
    1.10  WGET_URL="ftp://ftp.ibiblio.org/pub/Linux/ALPHA/$PACKAGE/stable/$TARBALL"
    1.11 @@ -14,8 +15,8 @@
    1.12  {
    1.13  	cd $src
    1.14  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.15 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.16 -	make
    1.17 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.18 +	make &&
    1.19  	make DESTDIR=$PWD/_pkg install
    1.20  }
    1.21  
     2.1 --- a/haserl-lua/receipt	Sat Oct 04 11:57:29 2008 +0000
     2.2 +++ b/haserl-lua/receipt	Sat Oct 04 12:01:29 2008 +0000
     2.3 @@ -7,7 +7,7 @@
     2.4  SHORT_DESC="Small program that uses shell or Lua script to create cgi web scripts"
     2.5  MAINTAINER="milka@konstelacioj.info"
     2.6  DEPENDS=""
     2.7 -BUILD_DEPENDS="glibc-dev"
     2.8 +BUILD_DEPENDS="glibc-dev pkg-config lua lua-dev"
     2.9  SUGGESTED="bash lua lua-dev"
    2.10  TARBALL="$SOURCE-$VERSION.tar.gz"
    2.11  WEB_SITE="http://haserl.sourceforge.net/"
    2.12 @@ -21,8 +21,8 @@
    2.13  		--bindir=/usr/bin \
    2.14  		--with-lua \
    2.15  		--program-suffix=-lua \
    2.16 -    	$CONFIGURE_ARGS
    2.17 -	make
    2.18 +    	$CONFIGURE_ARGS &&
    2.19 +	make &&
    2.20  	make DESTDIR=$PWD/_pkg install
    2.21  }
    2.22  
     3.1 --- a/parcellite/receipt	Sat Oct 04 11:57:29 2008 +0000
     3.2 +++ b/parcellite/receipt	Sat Oct 04 12:01:29 2008 +0000
     3.3 @@ -6,7 +6,7 @@
     3.4  SHORT_DESC="Lightweight GTK+ clipboard manager"
     3.5  MAINTAINER="pankso@slitaz.org"
     3.6  DEPENDS="gtk+"
     3.7 -BUILD_DEPENDS="gtk+-dev"
     3.8 +BUILD_DEPENDS="gtk+-dev intltool"
     3.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.10  WEB_SITE="http://code.google.com/p/xyhthyx/"
    3.11  WGET_URL="http://xyhthyx.googlecode.com/files/$TARBALL"
    3.12 @@ -17,8 +17,8 @@
    3.13  	cd $src
    3.14  	./configure \
    3.15  		--prefix=/usr \
    3.16 -		$CONFIGURE_ARGS
    3.17 -	make
    3.18 +		$CONFIGURE_ARGS &&
    3.19 +	make &&
    3.20  	make DESTDIR=$PWD/_pkg install
    3.21  }
    3.22  
     4.1 --- a/python/receipt	Sat Oct 04 11:57:29 2008 +0000
     4.2 +++ b/python/receipt	Sat Oct 04 12:01:29 2008 +0000
     4.3 @@ -6,6 +6,7 @@
     4.4  SHORT_DESC="The Python programming language."
     4.5  MAINTAINER="pankso@slitaz.org"
     4.6  SOURCE="Python"
     4.7 +BUILD_DEPENDS="readline-dev"
     4.8  TARBALL="$SOURCE-$VERSION.tar.bz2"
     4.9  WEB_SITE="http://www.python.org/"
    4.10  WGET_URL="http://www.python.org/ftp/python/$VERSION/$TARBALL"
    4.11 @@ -16,8 +17,8 @@
    4.12  	cd $src
    4.13  	./configure --enable-shared --with-ncurses \
    4.14  	--prefix=/usr --infodir=/usr/share/info \
    4.15 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    4.16 -	make
    4.17 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    4.18 +	make &&
    4.19  	make DESTDIR=$PWD/_pkg install
    4.20  }
    4.21  
     5.1 --- a/xorg-xclock/receipt	Sat Oct 04 11:57:29 2008 +0000
     5.2 +++ b/xorg-xclock/receipt	Sat Oct 04 12:01:29 2008 +0000
     5.3 @@ -6,6 +6,7 @@
     5.4  SHORT_DESC="Simple clock for X."
     5.5  MAINTAINER="pankso@slitaz.org"
     5.6  DEPENDS="xorg xorg-libxkbfile"
     5.7 +BUILD_DEPENDS="xorg-dev xorg-libXft-dev"
     5.8  SOURCE="xclock"
     5.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    5.10  WEB_SITE="http://www.x.org/"
    5.11 @@ -18,8 +19,8 @@
    5.12  	./configure \
    5.13  		--prefix=/usr \
    5.14  		--mandir=/usr/share/man \
    5.15 -		$CONFIGURE_ARGS
    5.16 -	make
    5.17 +		$CONFIGURE_ARGS &&
    5.18 +	make &&
    5.19  	make DESTDIR=$PWD/_pkg install
    5.20  }
    5.21