wok rev 1465

update BUILD_DEPENDS in asunder clearlooks evas gcolor2 gnome-menus grsync intltool libiec61883 libwnck neon poedit portmap pycairo shared-mime-info tsclient xorg-libICE xorg-xload
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 04 09:01:05 2008 +0000 (2008-10-04)
parents 370e6734ab9e
children 0ed558cc4347
files asunder/receipt clearlooks/receipt evas/receipt gcolor2/receipt gnome-menus/receipt grsync/receipt intltool/receipt libiec61883/receipt libwnck/receipt neon/receipt poedit/receipt portmap/receipt pycairo/receipt shared-mime-info/receipt tsclient/receipt xorg-libICE/receipt xorg-xload/receipt
line diff
     1.1 --- a/asunder/receipt	Sat Oct 04 10:52:14 2008 +0200
     1.2 +++ b/asunder/receipt	Sat Oct 04 09:01:05 2008 +0000
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="GTK light CD ripper."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="gtk+ libcddb cdparanoia-III"
     1.7 +BUILD_DEPENDS="pkg-config alsa-lib-dev libcddb-dev"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://littlesvr.ca/asunder/"
    1.10  WGET_URL="http://littlesvr.ca/asunder/releases/$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/clearlooks/receipt	Sat Oct 04 10:52:14 2008 +0200
     2.2 +++ b/clearlooks/receipt	Sat Oct 04 09:01:05 2008 +0000
     2.3 @@ -6,6 +6,7 @@
     2.4  SHORT_DESC="Clearlooks GTK+ theme."
     2.5  MAINTAINER="pankso@slitaz.org"
     2.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     2.7 +BUILD_DEPENDS="pkg-config file"
     2.8  WEB_SITE="http://clearlooks.sourceforge.net/"
     2.9  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    2.10  
    2.11 @@ -17,8 +18,8 @@
    2.12  		--prefix=/usr \
    2.13  		--infodir=/usr/share/info \
    2.14  		--mandir=/usr/share/man \
    2.15 -		$CONFIGURE_ARGS
    2.16 -	make
    2.17 +		$CONFIGURE_ARGS &&
    2.18 +	make &&
    2.19  	make DESTDIR=$PWD/_pkg install
    2.20  }
    2.21  
     3.1 --- a/evas/receipt	Sat Oct 04 10:52:14 2008 +0200
     3.2 +++ b/evas/receipt	Sat Oct 04 09:01:05 2008 +0000
     3.3 @@ -5,6 +5,7 @@
     3.4  CATEGORY="x-window"
     3.5  SHORT_DESC="E17 libs."
     3.6  MAINTAINER="pankso@slitaz.org"
     3.7 +BUILD_DEPENDS="xorg-libX11-dev"
     3.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     3.9  WEB_SITE="http://www.enlightenment.org/"
    3.10  WGET_URL="http://download.enlightenment.org/snapshots/2008-01-25/$TARBALL"
    3.11 @@ -14,8 +15,8 @@
    3.12  {
    3.13  	cd $src
    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/gcolor2/receipt	Sat Oct 04 10:52:14 2008 +0200
     4.2 +++ b/gcolor2/receipt	Sat Oct 04 09:01:05 2008 +0000
     4.3 @@ -6,6 +6,7 @@
     4.4  SHORT_DESC="Light and simple color selector."
     4.5  MAINTAINER="pankso@slitaz.org"
     4.6  DEPENDS="gtk+"
     4.7 +BUILD_DEPENDS="pkg-config gtk+ perl-xml-parser"
     4.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     4.9  WEB_SITE="http://gcolor2.sourceforge.net/"
    4.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    4.11 @@ -15,8 +16,8 @@
    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 -	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/gnome-menus/receipt	Sat Oct 04 10:52:14 2008 +0200
     5.2 +++ b/gnome-menus/receipt	Sat Oct 04 09:01:05 2008 +0000
     5.3 @@ -6,6 +6,7 @@
     5.4  SHORT_DESC="GNOME menu libs and tools (without desktop files)."
     5.5  MAINTAINER="pankso@slitaz.org"
     5.6  DEPENDS="python"
     5.7 +BUILD_DEPENDS="perl perl-xml-parser python"
     5.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     5.9  WEB_SITE="http://www.gnome.org/"
    5.10  WGET_URL="http://ftp.gnome.org/pub/GNOME/desktop/2.18/$VERSION/sources/$TARBALL"
    5.11 @@ -18,8 +19,8 @@
    5.12  		--prefix=/usr \
    5.13  		--sysconfdir=/etc \
    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  
     6.1 --- a/grsync/receipt	Sat Oct 04 10:52:14 2008 +0200
     6.2 +++ b/grsync/receipt	Sat Oct 04 09:01:05 2008 +0000
     6.3 @@ -6,7 +6,7 @@
     6.4  SHORT_DESC="GTK+ intuitive interface to rsync."
     6.5  MAINTAINER="pankso@slitaz.org"
     6.6  DEPENDS="gtk+ rsync"
     6.7 -BUILD_DEPENDS="gtk+-dev"
     6.8 +BUILD_DEPENDS="gtk+-dev xorg-xproto perl-xml-parser"
     6.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    6.10  WEB_SITE="http://www.opbyte.it/grsync/"
    6.11  WGET_URL="http://www.opbyte.it/release/$TARBALL"
    6.12 @@ -19,8 +19,8 @@
    6.13  		--prefix=/usr \
    6.14  		--infodir=/usr/share/info \
    6.15  		--mandir=/usr/share/man \
    6.16 -		$CONFIGURE_ARGS
    6.17 -	make
    6.18 +		$CONFIGURE_ARGS &&
    6.19 +	make &&
    6.20  	make DESTDIR=$PWD/_pkg install
    6.21  }
    6.22  
     7.1 --- a/intltool/receipt	Sat Oct 04 10:52:14 2008 +0200
     7.2 +++ b/intltool/receipt	Sat Oct 04 09:01:05 2008 +0000
     7.3 @@ -7,6 +7,7 @@
     7.4  MAINTAINER="pankso@slitaz.org"
     7.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     7.6  DEPENDS="perl perl-xml-parser"
     7.7 +BUILD_DEPENDS="perl perl-xml-parser"
     7.8  WEB_SITE="http://www.gnome.org/"
     7.9  WGET_URL="http://ftp.gnome.org/pub/gnome/sources/intltool/0.40/$TARBALL"
    7.10  
    7.11 @@ -16,8 +17,8 @@
    7.12  	cd $src
    7.13  	./configure \
    7.14  		--prefix=/usr \
    7.15 -		$CONFIGURE_ARGS
    7.16 -	make
    7.17 +		$CONFIGURE_ARGS &&
    7.18 +	make &&
    7.19  	make DESTDIR=$PWD/_pkg install
    7.20  }
    7.21  
     8.1 --- a/libiec61883/receipt	Sat Oct 04 10:52:14 2008 +0200
     8.2 +++ b/libiec61883/receipt	Sat Oct 04 09:01:05 2008 +0000
     8.3 @@ -5,6 +5,7 @@
     8.4  CATEGORY="system-tools"
     8.5  SHORT_DESC="libiec61883 is a standard defining a high speed serial bus."
     8.6  MAINTAINER="pankso@slitaz.org"
     8.7 +BUILD_DEPENDS="libraw1394"
     8.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     8.9  WEB_SITE="http://www.linux1394.org/"
    8.10  WGET_URL="http://www.linux1394.org/dl/$TARBALL"
    8.11 @@ -16,8 +17,8 @@
    8.12  	./configure \
    8.13  		--prefix=/usr \
    8.14  		--mandir=/usr/share/man \
    8.15 -		$CONFIGURE_ARGS
    8.16 -	make
    8.17 +		$CONFIGURE_ARGS &&
    8.18 +	make &&
    8.19  	make DESTDIR=$PWD/_pkg install
    8.20  }
    8.21  
     9.1 --- a/libwnck/receipt	Sat Oct 04 10:52:14 2008 +0200
     9.2 +++ b/libwnck/receipt	Sat Oct 04 09:01:05 2008 +0000
     9.3 @@ -5,6 +5,7 @@
     9.4  CATEGORY="x-window"
     9.5  SHORT_DESC="libwnck is Window Navigator Construction Kit."
     9.6  MAINTAINER="pankso@slitaz.org"
     9.7 +BUILD_DEPENDS="perl-xml-parser gettext"
     9.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     9.9  WEB_SITE="http://ftp.acc.umu.se/pub/gnome/sources/libwnck/"
    9.10  WGET_URL="http://ftp.acc.umu.se/pub/gnome/sources/libwnck/2.22/$TARBALL"
    9.11 @@ -17,8 +18,8 @@
    9.12  		--prefix=/usr \
    9.13  		--infodir=/usr/share/info \
    9.14  		--mandir=/usr/share/man \
    9.15 -		$CONFIGURE_ARGS
    9.16 -	make
    9.17 +		$CONFIGURE_ARGS &&
    9.18 +	make &&
    9.19  	make DESTDIR=$PWD/_pkg install
    9.20  }
    9.21  
    10.1 --- a/neon/receipt	Sat Oct 04 10:52:14 2008 +0200
    10.2 +++ b/neon/receipt	Sat Oct 04 09:01:05 2008 +0000
    10.3 @@ -6,6 +6,7 @@
    10.4  SHORT_DESC="Neon HTTP and WebDAV client library"
    10.5  MAINTAINER="lehswe@gmail.com"
    10.6  DEPENDS=""
    10.7 +BUILD_DEPENDS="zlib-dev libxml2-dev expat-dev"
    10.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    10.9  WEB_SITE="http://www.webdav.org/neon"
   10.10  WGET_URL="http://www.webdav.org/neon/$TARBALL"
   10.11 @@ -15,8 +16,8 @@
   10.12  {
   10.13  	cd $src
   10.14  	./configure --prefix=/usr --infodir=/usr/share/info \
   10.15 -	--mandir=/usr/share/man $CONFIGURE_ARGS
   10.16 -	make
   10.17 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
   10.18 +	make &&
   10.19  	make DESTDIR=$PWD/_pkg install
   10.20  }
   10.21  
    11.1 --- a/poedit/receipt	Sat Oct 04 10:52:14 2008 +0200
    11.2 +++ b/poedit/receipt	Sat Oct 04 09:01:05 2008 +0000
    11.3 @@ -6,6 +6,7 @@
    11.4  SHORT_DESC="Editor for i18n po files."
    11.5  MAINTAINER="pankso@slitaz.org"
    11.6  DEPENDS="xorg wxWidgets pango gettext"
    11.7 +BUILD_DEPENDS="wxWidgets gettext"
    11.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    11.9  WEB_SITE="http://www.poedit.net/"
   11.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   11.11 @@ -15,8 +16,8 @@
   11.12  {
   11.13  	cd $src
   11.14  	./configure --prefix=/usr --infodir=/usr/share/info \
   11.15 -	--mandir=/usr/share/man $CONFIGURE_ARGS
   11.16 -	make
   11.17 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
   11.18 +	make &&
   11.19  	make DESTDIR=$PWD/_pkg install
   11.20  }
   11.21  
    12.1 --- a/portmap/receipt	Sat Oct 04 10:52:14 2008 +0200
    12.2 +++ b/portmap/receipt	Sat Oct 04 09:01:05 2008 +0000
    12.3 @@ -5,7 +5,8 @@
    12.4  CATEGORY="network"
    12.5  SHORT_DESC="RPC portmapper"
    12.6  MAINTAINER="erjo@slitaz.org"
    12.7 -DEPENDS="libwrap-dev"
    12.8 +DEPENDS="libwrap"
    12.9 +BUILD_DEPENDS="libwrap-dev"
   12.10  TARBALL="${PACKAGE}-${VERSION}.tgz"
   12.11  WEB_SITE="http://neil.brown.name/portmap/"
   12.12  WGET_URL="http://neil.brown.name/portmap/$TARBALL"
    13.1 --- a/pycairo/receipt	Sat Oct 04 10:52:14 2008 +0200
    13.2 +++ b/pycairo/receipt	Sat Oct 04 09:01:05 2008 +0000
    13.3 @@ -5,7 +5,8 @@
    13.4  CATEGORY="development"
    13.5  SHORT_DESC="Python bindings for the cairo graphics library."
    13.6  MAINTAINER="erjo@slitaz.org"
    13.7 -DEPENDS=""
    13.8 +DEPENDS="cairo"
    13.9 +BUILD_DEPENDS="pkg-config cairo cairo-dev xorg-xproto"
   13.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
   13.11  WEB_SITE="http://www.cairographics.org/pycairo/"
   13.12  WGET_URL="http://www.cairographics.org/releases/$TARBALL"
   13.13 @@ -15,8 +16,8 @@
   13.14  {
   13.15  	cd $src
   13.16  	./configure --prefix=/usr --infodir=/usr/share/info \
   13.17 -	--mandir=/usr/share/man $CONFIGURE_ARGS
   13.18 -	make
   13.19 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
   13.20 +	make &&
   13.21  	make DESTDIR=$PWD/_pkg install
   13.22  }
   13.23  
    14.1 --- a/shared-mime-info/receipt	Sat Oct 04 10:52:14 2008 +0200
    14.2 +++ b/shared-mime-info/receipt	Sat Oct 04 09:01:05 2008 +0000
    14.3 @@ -5,6 +5,7 @@
    14.4  CATEGORY="x-window"
    14.5  SHORT_DESC="Core database of common types and the *update-mime-database*."
    14.6  MAINTAINER="pankso@slitaz.org"
    14.7 +BUILD_DEPENDS="perl-xml-parser"
    14.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    14.9  WEB_SITE="http://freedesktop.org/wiki/Software/shared-mime-info"
   14.10  WGET_URL="http://freedesktop.org/~hadess/$TARBALL"
   14.11 @@ -17,8 +18,8 @@
   14.12      	--prefix=/usr \
   14.13      	--sysconfdir=/etc \
   14.14      	--mandir=/usr/share/man \
   14.15 -    	$CONFIGURE_ARGS
   14.16 -    make
   14.17 +    	$CONFIGURE_ARGS &&
   14.18 +    make &&
   14.19      make DESTDIR=$PWD/_pkg install
   14.20  }
   14.21  
    15.1 --- a/tsclient/receipt	Sat Oct 04 10:52:14 2008 +0200
    15.2 +++ b/tsclient/receipt	Sat Oct 04 09:01:05 2008 +0000
    15.3 @@ -6,6 +6,7 @@
    15.4  SHORT_DESC="GTK frontend to rdesktop and other remote desktop tools."
    15.5  MAINTAINER="pankso@slitaz.org"
    15.6  DEPENDS="gtk+ rdesktop"
    15.7 +BUILD_DEPENDS="gtk+ perl-xml-parser pkg-config"
    15.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    15.9  WEB_SITE="http://sourceforge.net/projects/tsclient/"
   15.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   15.11 @@ -19,8 +20,8 @@
   15.12  		--libexecdir=/usr/lib/$PACKAGE \
   15.13  		--mandir=/usr/share/man \
   15.14  		--disable-gnome \
   15.15 -		$CONFIGURE_ARGS
   15.16 -	make
   15.17 +		$CONFIGURE_ARGS &&
   15.18 +	make &&
   15.19  	make DESTDIR=$PWD/_pkg install
   15.20  }
   15.21  
    16.1 --- a/xorg-libICE/receipt	Sat Oct 04 10:52:14 2008 +0200
    16.2 +++ b/xorg-libICE/receipt	Sat Oct 04 09:01:05 2008 +0000
    16.3 @@ -5,6 +5,7 @@
    16.4  CATEGORY="x-window"
    16.5  SHORT_DESC="Xorg server module."
    16.6  MAINTAINER="pankso@slitaz.org"
    16.7 +BUILD_DEPENDS="pkg-config xorg-xproto"
    16.8  SOURCE="libICE"
    16.9  TARBALL="$SOURCE-$VERSION.tar.gz"
   16.10  WEB_SITE="http://www.x.org/"
   16.11 @@ -16,8 +17,8 @@
   16.12      cd $src
   16.13      ./configure --prefix=/usr --sysconfdir=/etc \
   16.14      --mandir=/usr/share/man --localstatedir=/var \
   16.15 -    $CONFIGURE_ARGS
   16.16 -    make
   16.17 +    $CONFIGURE_ARGS &&
   16.18 +    make &&
   16.19      make DESTDIR=$PWD/_pkg install
   16.20  }
   16.21  
    17.1 --- a/xorg-xload/receipt	Sat Oct 04 10:52:14 2008 +0200
    17.2 +++ b/xorg-xload/receipt	Sat Oct 04 09:01:05 2008 +0000
    17.3 @@ -6,6 +6,7 @@
    17.4  SHORT_DESC="X app to show system resources usage."
    17.5  MAINTAINER="pankso@slitaz.org"
    17.6  DEPENDS="xorg"
    17.7 +BUILD_DEPENDS="xorg-libXaw-dev"
    17.8  SOURCE="xload"
    17.9  TARBALL="$SOURCE-$VERSION.tar.gz"
   17.10  WEB_SITE="http://www.x.org/"
   17.11 @@ -16,8 +17,8 @@
   17.12  {
   17.13  	cd $src
   17.14  	./configure --prefix=/usr --mandir=/usr/share/man \
   17.15 -	$CONFIGURE_ARGS
   17.16 -	make
   17.17 +	$CONFIGURE_ARGS &&
   17.18 +	make &&
   17.19  	make DESTDIR=$PWD/_pkg install
   17.20  }
   17.21