wok rev 1460

aterm beaver chemtool gftp grisbi gtick gtk-gnutella klavaro leafpad mtpaint sylpheed wine xpad: update BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 03 20:14:14 2008 +0000 (2008-10-03)
parents 718176ab6e52
children b94e60fe7b4e
files aterm/receipt beaver/receipt chemtool/receipt gftp/receipt grisbi/receipt gtick/receipt gtk-gnutella/receipt klavaro/receipt leafpad/receipt mtpaint/receipt sylpheed/receipt wine/receipt xpad/receipt
line diff
     1.1 --- a/aterm/receipt	Fri Oct 03 17:21:16 2008 +0000
     1.2 +++ b/aterm/receipt	Fri Oct 03 20:14:14 2008 +0000
     1.3 @@ -5,7 +5,8 @@
     1.4  CATEGORY="misc"
     1.5  SHORT_DESC="terminal emulator"
     1.6  MAINTAINER="allan316@gmail.com"
     1.7 -DEPENDS=""
     1.8 +DEPENDS="xorg"
     1.9 +BUILD_DEPENDS="xorg-dev"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://aterm.sourceforge.net"
    1.12  WGET_URL="http://nchc.dl.sourceforge.net/sourceforge/aterm/$TARBALL"
    1.13 @@ -15,8 +16,8 @@
    1.14  {
    1.15  	cd $src
    1.16  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.17 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.18 -	make
    1.19 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.20 +	make &&
    1.21  	make DESTDIR=$PWD/_pkg install
    1.22  }
    1.23  
     2.1 --- a/beaver/receipt	Fri Oct 03 17:21:16 2008 +0000
     2.2 +++ b/beaver/receipt	Fri Oct 03 20:14:14 2008 +0000
     2.3 @@ -5,7 +5,8 @@
     2.4  CATEGORY="development"
     2.5  SHORT_DESC="Simple and very light advanced text editor."
     2.6  MAINTAINER="pankso@slitaz.org"
     2.7 -BUILD_DEPENDS="gtk+"
     2.8 +DEPENDS="gtk+"
     2.9 +BUILD_DEPENDS="gtk+-dev xorg-xproto"
    2.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.11  WEB_SITE="http://www.nongnu.org/beaver/"
    2.12  WGET_URL="http://mirror.slitaz.org/sources/packages/b/$TARBALL"
     3.1 --- a/chemtool/receipt	Fri Oct 03 17:21:16 2008 +0000
     3.2 +++ b/chemtool/receipt	Fri Oct 03 20:14:14 2008 +0000
     3.3 @@ -6,6 +6,7 @@
     3.4  SHORT_DESC="Small program for drawing chemical structures."
     3.5  MAINTAINER="pankso@slitaz.org"
     3.6  DEPENDS="gtk+"
     3.7 +BUILD_DEPENDS="gtk+-dev xorg-xproto"
     3.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     3.9  WEB_SITE="http://ruby.chemie.uni-freiburg.de/~martin/chemtool/"
    3.10  WGET_URL="http://ruby.chemie.uni-freiburg.de/~martin/chemtool/$TARBALL"
    3.11 @@ -14,8 +15,8 @@
    3.12  compile_rules()
    3.13  {
    3.14  	cd $src
    3.15 -	./configure --prefix=/usr $CONFIGURE_ARGS
    3.16 -	make
    3.17 +	./configure --prefix=/usr $CONFIGURE_ARGS &&
    3.18 +	make &&
    3.19  	make DESTDIR=$PWD/_pkg install
    3.20  }
    3.21  
     4.1 --- a/gftp/receipt	Fri Oct 03 17:21:16 2008 +0000
     4.2 +++ b/gftp/receipt	Fri Oct 03 20:14:14 2008 +0000
     4.3 @@ -6,6 +6,7 @@
     4.4  SHORT_DESC="Small and speed FTP client."
     4.5  MAINTAINER="pankso@slitaz.org"
     4.6  DEPENDS="gtk+"
     4.7 +BUILD_DEPENDS="pkg-config gtk+-dev gtk+"
     4.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     4.9  WEB_SITE="http://www.gftp.org/"
    4.10  WGET_URL="http://www.gftp.org/$TARBALL"
    4.11 @@ -16,8 +17,8 @@
    4.12  	cd $src
    4.13  	./configure --prefix=/usr --mandir=/usr/share/man \
    4.14  	--disable-ssl --disable-textport \
    4.15 -	$CONFIGURE_ARGS
    4.16 -	make
    4.17 +	$CONFIGURE_ARGS &&
    4.18 +	make &&
    4.19  	make DESTDIR=$PWD/_pkg install
    4.20  }
    4.21  
     5.1 --- a/grisbi/receipt	Fri Oct 03 17:21:16 2008 +0000
     5.2 +++ b/grisbi/receipt	Fri Oct 03 20:14:14 2008 +0000
     5.3 @@ -5,7 +5,8 @@
     5.4  CATEGORY="office"
     5.5  SHORT_DESC="Personnal bank manager"
     5.6  MAINTAINER="erjo@slitaz.org"
     5.7 -DEPENDS=""
     5.8 +DEPENDS="gtk+"
     5.9 +BUILD_DEPENDS="pkg-config glib gtk+ libxml2"
    5.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    5.11  WEB_SITE="http://www.grisbi.org/index.fr.html"
    5.12  WGET_URL="http://heanet.dl.sourceforge.net/sourceforge/grisbi/$TARBALL"
    5.13 @@ -14,8 +15,8 @@
    5.14  compile_rules()
    5.15  {
    5.16  	cd $src
    5.17 -	./configure --prefix=/usr  $CONFIGURE_ARGS
    5.18 -	make
    5.19 +	./configure --prefix=/usr  $CONFIGURE_ARGS &&
    5.20 +	make &&
    5.21  	make DESTDIR=$PWD/_pkg install
    5.22  }
    5.23  
     6.1 --- a/gtick/receipt	Fri Oct 03 17:21:16 2008 +0000
     6.2 +++ b/gtick/receipt	Fri Oct 03 20:14:14 2008 +0000
     6.3 @@ -6,6 +6,8 @@
     6.4  SHORT_DESC="GTick is a metronome application."
     6.5  MAINTAINER="pankso@slitaz.org"
     6.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     6.7 +DEPENDS="gtk+"
     6.8 +BUILD_DEPENDS="pkg-config gtk+-dev xorg-xproto"
     6.9  WEB_SITE="http://www.antcom.de/gtick/"
    6.10  WGET_URL="http://www.antcom.de/gtick/download/$TARBALL"
    6.11  
    6.12 @@ -16,8 +18,8 @@
    6.13  	./configure \
    6.14  		--prefix=/usr \
    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/gtk-gnutella/receipt	Fri Oct 03 17:21:16 2008 +0000
     7.2 +++ b/gtk-gnutella/receipt	Fri Oct 03 20:14:14 2008 +0000
     7.3 @@ -6,6 +6,7 @@
     7.4  SHORT_DESC="p2p client"
     7.5  MAINTAINER="allan316@gmail.com"
     7.6  DEPENDS="gnutls libgcrypt libgpg-error"
     7.7 +BUILD_DEPENDS="zlib-dev gtk+-dev libxml2-dev glib-dev"
     7.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     7.9  WEB_SITE="http://gtk-gnutella.sourceforge.net"
    7.10  WGET_URL="http://nchc.dl.sourceforge.net/sourceforge/gtk-gnutella/$TARBALL"
     8.1 --- a/klavaro/receipt	Fri Oct 03 17:21:16 2008 +0000
     8.2 +++ b/klavaro/receipt	Fri Oct 03 20:14:14 2008 +0000
     8.3 @@ -7,7 +7,7 @@
     8.4  MAINTAINER="pankso@slitaz.org"
     8.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     8.6  DEPENDS="gtk+"
     8.7 -BUILD_DEPENDS="gtk+-dev"
     8.8 +BUILD_DEPENDS="pkg-config gtk+-dev xorg-xproto"
     8.9  WEB_SITE="http://klavaro.sourceforge.net/en/"
    8.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    8.11  
    8.12 @@ -17,8 +17,8 @@
    8.13  	cd $src
    8.14  	./configure \
    8.15  		--prefix=/usr \
    8.16 -		$CONFIGURE_ARGS
    8.17 -	make
    8.18 +		$CONFIGURE_ARGS &&
    8.19 +	make &&
    8.20  	make DESTDIR=$PWD/_pkg install
    8.21  }
    8.22  
     9.1 --- a/leafpad/receipt	Fri Oct 03 17:21:16 2008 +0000
     9.2 +++ b/leafpad/receipt	Fri Oct 03 20:14:14 2008 +0000
     9.3 @@ -6,7 +6,7 @@
     9.4  SHORT_DESC="GTK simple text editor."
     9.5  MAINTAINER="pankso@slitaz.org"
     9.6  DEPENDS="gtk+"
     9.7 -BUILD_DEPENDS="gtk+-dev"
     9.8 +BUILD_DEPENDS="pkg-config gtk+-dev xorg-libXrender-dev xorg-xproto"
     9.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    9.10  WEB_SITE="http://tarot.freeshell.org/leafpad/"
    9.11  WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL"
    9.12 @@ -20,9 +20,9 @@
    9.13      	--infodir=/usr/share/info \
    9.14      	--mandir=/usr/share/man \
    9.15      	--disable-print \
    9.16 -    	$CONFIGURE_ARGS
    9.17 -    make
    9.18 -    make DESTDIR=$PWD/_pkg install
    9.19 +    	$CONFIGURE_ARGS &&
    9.20 +    make &&
    9.21 +    make DESTDIR=$PWD/_pkg install &&
    9.22      # no xpm (5 ko)
    9.23      rm _pkg/usr/share/pixmaps/*.xpm
    9.24  }
    10.1 --- a/mtpaint/receipt	Fri Oct 03 17:21:16 2008 +0000
    10.2 +++ b/mtpaint/receipt	Fri Oct 03 20:14:14 2008 +0000
    10.3 @@ -6,6 +6,7 @@
    10.4  SHORT_DESC="Light paint programm and image manipulation."
    10.5  MAINTAINER="pankso@slitaz.org"
    10.6  DEPENDS="gtk+"
    10.7 +BUILD_DEPENDS="gtk+ pkg-config xorg-xproto"
    10.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    10.9  WEB_SITE="http://mtpaint.sourceforge.net/"
   10.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   10.11 @@ -18,7 +19,7 @@
   10.12  {
   10.13  	cp -a stuff/icons-tango $src/src
   10.14  	cd $src
   10.15 -	./configure --cpu=i486 --prefix=/usr intl icons-tango
   10.16 +	./configure --cpu=i486 --prefix=/usr intl icons-tango &&
   10.17  	make
   10.18  }
   10.19  
    11.1 --- a/sylpheed/receipt	Fri Oct 03 17:21:16 2008 +0000
    11.2 +++ b/sylpheed/receipt	Fri Oct 03 20:14:14 2008 +0000
    11.3 @@ -6,7 +6,7 @@
    11.4  SHORT_DESC="Simple, lightweight but featureful, and easy-to-use e-mail client"
    11.5  MAINTAINER="fraazz@altern.org"
    11.6  DEPENDS="gtk+ openssl"
    11.7 -BUILD_DEPENDS="openssl-dev"
    11.8 +BUILD_DEPENDS="openssl-dev glib"
    11.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   11.10  WEB_SITE="http://sylpheed.sraoss.jp/en/"
   11.11  WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v2.5/$TARBALL"
   11.12 @@ -19,8 +19,8 @@
   11.13  		--prefix=/usr \
   11.14  		--infodir=/usr/share/info \
   11.15  		--mandir=/usr/share/man \
   11.16 -		$CONFIGURE_ARGS
   11.17 -	make
   11.18 +		$CONFIGURE_ARGS &&
   11.19 +	make &&
   11.20  	make DESTDIR=$PWD/_pkg install
   11.21  }
   11.22  
    12.1 --- a/wine/receipt	Fri Oct 03 17:21:16 2008 +0000
    12.2 +++ b/wine/receipt	Fri Oct 03 20:14:14 2008 +0000
    12.3 @@ -5,6 +5,7 @@
    12.4  CATEGORY="misc"
    12.5  SHORT_DESC="Windows API for Linux."
    12.6  MAINTAINER="pascal.bellard@slitaz.org"
    12.7 +BUILD_DEPENDS="flex xorg-dev"
    12.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    12.9  WEB_SITE="http://www.winehq.org/"
   12.10  #WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   12.11 @@ -15,8 +16,8 @@
   12.12  {
   12.13  	cd $src
   12.14  	./configure --prefix=/usr --infodir=/usr/share/info \
   12.15 -	--mandir=/usr/share/man $CONFIGURE_ARGS
   12.16 -	make
   12.17 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
   12.18 +	make &&
   12.19  	make DESTDIR=$PWD/_pkg install
   12.20  }
   12.21  
    13.1 --- a/xpad/receipt	Fri Oct 03 17:21:16 2008 +0000
    13.2 +++ b/xpad/receipt	Fri Oct 03 20:14:14 2008 +0000
    13.3 @@ -6,6 +6,7 @@
    13.4  SHORT_DESC="Desktop note pad using GTK+ toolkit."
    13.5  MAINTAINER="pankso@slitaz.org"
    13.6  DEPENDS="gtk+"
    13.7 +BUILD_DEPENDS="pkg-config gtk+"
    13.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    13.9  WEB_SITE="http://xpad.sourceforge.net/"
   13.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   13.11 @@ -18,8 +19,8 @@
   13.12  	./configure \
   13.13  		--prefix=/usr \
   13.14  		--mandir=/usr/share/man \
   13.15 -		$CONFIGURE_ARGS
   13.16 -	make
   13.17 +		$CONFIGURE_ARGS &&
   13.18 +	make &&
   13.19  	make DESTDIR=$PWD/_pkg install
   13.20  }
   13.21