wok rev 1447

alsa-plugins alsa-utils bc bison id3lib krb5 libIDL: update BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 03 10:33:15 2008 +0000 (2008-10-03)
parents 642e444ddcaa
children eda192ad5630
files alsa-plugins/receipt alsa-utils/receipt bc/receipt bison/receipt id3lib/receipt krb5/receipt libIDL/receipt
line diff
     1.1 --- a/alsa-plugins/receipt	Thu Oct 02 23:56:16 2008 +0200
     1.2 +++ b/alsa-plugins/receipt	Fri Oct 03 10:33:15 2008 +0000
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="Alsa sound system additionnal plugins."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="alsa-lib"
     1.7 +BUILD_DEPENDS="pkg-config alsa-lib-dev"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://www.alsa-project.org/"
    1.10  WGET_URL="ftp://ftp.alsa-project.org/pub/plugins/$TARBALL"
    1.11 @@ -16,8 +17,8 @@
    1.12  	cd $src
    1.13  	./configure \
    1.14  		--prefix=/usr \
    1.15 -		$CONFIGURE_ARGS
    1.16 -	make
    1.17 +		$CONFIGURE_ARGS &&
    1.18 +	make &&
    1.19  	make DESTDIR=$PWD/_pkg install
    1.20  }
    1.21  
     2.1 --- a/alsa-utils/receipt	Thu Oct 02 23:56:16 2008 +0200
     2.2 +++ b/alsa-utils/receipt	Fri Oct 03 10:33:15 2008 +0000
     2.3 @@ -6,6 +6,7 @@
     2.4  SHORT_DESC="Alsa sound system utilities et config tools."
     2.5  MAINTAINER="pankso@slitaz.org"
     2.6  DEPENDS="alsa-lib"
     2.7 +BUILD_DEPENDS="alsa-lib alsa-lib-dev"
     2.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     2.9  WEB_SITE="http://www.alsa-project.org/"
    2.10  WGET_URL="ftp://ftp.alsa-project.org/pub/utils/$TARBALL"
    2.11 @@ -15,8 +16,8 @@
    2.12  {
    2.13  	cd $src
    2.14  	./configure --prefix=/usr --infodir=/usr/share/info \
    2.15 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    2.16 -	make
    2.17 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    2.18 +	make &&
    2.19  	make DESTDIR=$PWD/_pkg install
    2.20  }
    2.21  
     3.1 --- a/bc/receipt	Thu Oct 02 23:56:16 2008 +0200
     3.2 +++ b/bc/receipt	Fri Oct 03 10:33:15 2008 +0000
     3.3 @@ -6,6 +6,7 @@
     3.4  SHORT_DESC="Bc is a cmdline calculator."
     3.5  MAINTAINER="pankso@slitaz.org"
     3.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     3.7 +BUILD_DEPENDS="flex"
     3.8  WEB_SITE="http://www.gnu.org/software/bc/"
     3.9  WGET_URL="http://ftp.gnu.org/pub/gnu/bc/$TARBALL"
    3.10  
    3.11 @@ -14,8 +15,8 @@
    3.12  {
    3.13      cd $PACKAGE-$VERSION
    3.14      ./configure --prefix=/usr --infodir=/usr/share/info \
    3.15 -    --mandir=/usr/share/man $CONFIGURE_ARGS
    3.16 -    make
    3.17 +    --mandir=/usr/share/man $CONFIGURE_ARGS &&
    3.18 +    make &&
    3.19      make DESTDIR=$PWD/_pkg install
    3.20  }
    3.21  
     4.1 --- a/bison/receipt	Thu Oct 02 23:56:16 2008 +0200
     4.2 +++ b/bison/receipt	Fri Oct 03 10:33:15 2008 +0000
     4.3 @@ -6,6 +6,7 @@
     4.4  SHORT_DESC="GNU parser generator."
     4.5  MAINTAINER="pankso@slitaz.org"
     4.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     4.7 +BUILD_DEPENDS="m4"
     4.8  WEB_SITE="http://www.gnu.org/software/bison/"
     4.9  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    4.10  
    4.11 @@ -14,9 +15,9 @@
    4.12  {
    4.13  	cd $src
    4.14  	./configure --prefix=/usr --infodir=/usr/share/info \
    4.15 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    4.16 -	echo '#define YYENABLE_NLS 1' >> config.h
    4.17 -	make
    4.18 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    4.19 +	echo '#define YYENABLE_NLS 1' >> config.h &&
    4.20 +	make &&
    4.21  	make DESTDIR=$PWD/_pkg install
    4.22  }
    4.23  
     5.1 --- a/id3lib/receipt	Thu Oct 02 23:56:16 2008 +0200
     5.2 +++ b/id3lib/receipt	Fri Oct 03 10:33:15 2008 +0000
     5.3 @@ -6,6 +6,7 @@
     5.4  SHORT_DESC="Library to manipulate ID3v1  and ID3v2 tags."
     5.5  MAINTAINER="pankso@slitaz.org"
     5.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     5.7 +BUILD_DEPENDS="zlib-dev"
     5.8  WEB_SITE="http://id3lib.sourceforge.net/"
     5.9  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    5.10  
    5.11 @@ -15,8 +16,8 @@
    5.12  	cd $src
    5.13  	./configure \
    5.14  		--prefix=/usr \
    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  
     6.1 --- a/krb5/receipt	Thu Oct 02 23:56:16 2008 +0200
     6.2 +++ b/krb5/receipt	Fri Oct 03 10:33:15 2008 +0000
     6.3 @@ -6,6 +6,7 @@
     6.4  SHORT_DESC="Network authentication protocol with strong authentication."
     6.5  MAINTAINER="pascal.bellard@slitaz.org"
     6.6  TARBALL="$PACKAGE-$VERSION-signed.tar"
     6.7 +BUILD_DEPENDS="perl bison"
     6.8  WEB_SITE="http://web.mit.edu/Kerberos/"
     6.9  WGET_URL="${WEB_SITE}dist/$PACKAGE/1.6/$TARBALL"
    6.10  DEPENDS="libkrb5"
    6.11 @@ -18,9 +19,9 @@
    6.12  	cd $src/src
    6.13  	./configure --prefix=/usr --infodir=/usr/share/info \
    6.14  	--sysconfdir=/etc --localstatedir=/var \
    6.15 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    6.16 -	make
    6.17 -	make DESTDIR=$PWD/../_pkg install
    6.18 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    6.19 +	make &&
    6.20 +	make DESTDIR=$PWD/../_pkg install &&
    6.21  	cp ../../stuff/*.files-list ..
    6.22  }
    6.23  
     7.1 --- a/libIDL/receipt	Thu Oct 02 23:56:16 2008 +0200
     7.2 +++ b/libIDL/receipt	Fri Oct 03 10:33:15 2008 +0000
     7.3 @@ -6,6 +6,7 @@
     7.4  SHORT_DESC="IDL Compiling Library."
     7.5  MAINTAINER="pankso@slitaz.org"
     7.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     7.7 +BUILD_DEPENDS="flex"
     7.8  WEB_SITE="http://andrewtv.org/libIDL/"
     7.9  WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/$TARBALL"
    7.10  
    7.11 @@ -14,8 +15,8 @@
    7.12  {
    7.13  	cd $src
    7.14  	./configure --prefix=/usr --infodir=/usr/share/info \
    7.15 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    7.16 -	make
    7.17 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    7.18 +	make &&
    7.19  	make DESTDIR=$PWD/_pkg install
    7.20  }
    7.21