wok rev 1458

apr-util icon-naming-utils irssi mcabber pygobject: update BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 03 17:20:31 2008 +0000 (2008-10-03)
parents be3cbbe707dc
children 718176ab6e52
files apr-util/receipt icon-naming-utils/receipt irssi/receipt mcabber/receipt pygobject/receipt
line diff
     1.1 --- a/apr-util/receipt	Fri Oct 03 16:39:33 2008 +0000
     1.2 +++ b/apr-util/receipt	Fri Oct 03 17:20:31 2008 +0000
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="Apache Portable Runtime Library Utilities"
     1.5  MAINTAINER="lehswe@gmail.com"
     1.6  DEPENDS="apr"
     1.7 +BUILD_DEPENDS="apr"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://apr.apache.org"
    1.10  WGET_URL="http://apache.jumper.nu/apr/$TARBALL"
    1.11 @@ -15,8 +16,8 @@
    1.12  {
    1.13  	cd $src
    1.14  	./configure --with-apr=/usr/bin --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/icon-naming-utils/receipt	Fri Oct 03 16:39:33 2008 +0000
     2.2 +++ b/icon-naming-utils/receipt	Fri Oct 03 17:20:31 2008 +0000
     2.3 @@ -6,6 +6,7 @@
     2.4  SHORT_DESC="Perl script used for desktop icon compatibility"
     2.5  MAINTAINER="pankso@slitaz.org"
     2.6  DEPENDS="perl perl-xml-simple"
     2.7 +BUILD_DEPENDS="perl perl-xml-simple"
     2.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     2.9  WEB_SITE="http://tango.freedesktop.org/"
    2.10  WGET_URL=" http://tango.freedesktop.org/releases/$TARBALL"
    2.11 @@ -17,8 +18,8 @@
    2.12  	./configure \
    2.13  		--prefix=/usr \
    2.14  		--libexecdir=/usr/lib/icon-naming-utils \
    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/irssi/receipt	Fri Oct 03 16:39:33 2008 +0000
     3.2 +++ b/irssi/receipt	Fri Oct 03 17:20:31 2008 +0000
     3.3 @@ -6,7 +6,7 @@
     3.4  SHORT_DESC="Lightweight console IRC client"
     3.5  MAINTAINER="mallory@sweetpeople.org"
     3.6  DEPENDS="glib openssl perl"
     3.7 -BUILD_DEPENDS="glib-dev ncurses-dev pkg-config slitaz-toolchain openssl-dev perl"
     3.8 +BUILD_DEPENDS="glib glib-dev ncurses-dev pkg-config slitaz-toolchain openssl-dev perl"
     3.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.10  WEB_SITE="http://irssi.org/"
    3.11  WGET_URL="http://irssi.org/files/$TARBALL"
    3.12 @@ -18,8 +18,8 @@
    3.13  	./configure \
    3.14  		--prefix=/usr \
    3.15  		--sysconfdir=/etc/irssi \
    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/mcabber/receipt	Fri Oct 03 16:39:33 2008 +0000
     4.2 +++ b/mcabber/receipt	Fri Oct 03 17:20:31 2008 +0000
     4.3 @@ -9,15 +9,15 @@
     4.4  WEB_SITE="http://lilotux.net/~mikael/mcabber"
     4.5  WGET_URL="$WEB_SITE/files/$TARBALL"
     4.6  DEPENDS="libcrypto openssl"
     4.7 -BUILD_DEPENDS="libcrypto-dev openssl-dev"
     4.8 +BUILD_DEPENDS="libcrypto-dev openssl-dev glib"
     4.9  
    4.10  # Rules to configure and make the package.
    4.11  compile_rules()
    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/pygobject/receipt	Fri Oct 03 16:39:33 2008 +0000
     5.2 +++ b/pygobject/receipt	Fri Oct 03 17:20:31 2008 +0000
     5.3 @@ -5,7 +5,8 @@
     5.4  CATEGORY="development"
     5.5  SHORT_DESC="Python bindings for the GObject library"
     5.6  MAINTAINER="erjo@slitaz.org"
     5.7 -DEPENDS=""
     5.8 +DEPENDS="python"
     5.9 +BUILD_DEPENDS="python python-dev"
    5.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    5.11  WEB_SITE="http://www.pygtk.org/docs/pygobject/index.html"
    5.12  WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.14/$TARBALL"
    5.13 @@ -15,8 +16,8 @@
    5.14  {
    5.15  	cd $src
    5.16  	./configure --prefix=/usr --infodir=/usr/share/info \
    5.17 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    5.18 -	make
    5.19 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    5.20 +	make &&
    5.21  	make DESTDIR=$PWD/_pkg install
    5.22  }
    5.23