wok-current rev 2446
rox-filer, rssyl, rtorrent, ruby: update depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 13 14:36:05 2009 +0000 (2009-03-13) |
parents | 5914bf41369f |
children | c6efda65d904 |
files | rox-filer/receipt rssyl/receipt rtorrent/receipt ruby/receipt |
line diff
1.1 --- a/rox-filer/receipt Fri Mar 13 12:11:02 2009 +0000 1.2 +++ b/rox-filer/receipt Fri Mar 13 14:36:05 2009 +0000 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="user friendly filer." 1.6 MAINTAINER="sygne@ombres.eu" 1.7 -DEPENDS="gtk+" 1.8 +DEPENDS="gtk+ libglade" 1.9 BUILD_DEPENDS="libglade-dev libxml2-dev gtk+-dev slitaz-dev-pkgs" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://roscidus.com/desktop/"
2.1 --- a/rssyl/receipt Fri Mar 13 12:11:02 2009 +0000 2.2 +++ b/rssyl/receipt Fri Mar 13 14:36:05 2009 +0000 2.3 @@ -5,7 +5,9 @@ 2.4 CATEGORY="network" 2.5 SHORT_DESC="RSS feed aggregator for Claws Mail." 2.6 MAINTAINER="erjo@slitaz.org" 2.7 -DEPENDS="claws-mail curl libxml2" 2.8 +DEPENDS="claws-mail curl libxml2 expat gtk+ xorg-libX11 xorg-libXau \ 2.9 +xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \ 2.10 +xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender" 2.11 BUILD_DEPENDS="claws-mail-dev" 2.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.13 WEB_SITE="http://www.claws-mail.org/plugin.php?plugin=rssyl" 2.14 @@ -17,8 +19,8 @@ 2.15 { 2.16 cd $src 2.17 ./configure --prefix=/usr --infodir=/usr/share/info \ 2.18 - --mandir=/usr/share/man $CONFIGURE_ARGS 2.19 - make 2.20 + --mandir=/usr/share/man $CONFIGURE_ARGS && 2.21 + make && 2.22 make DESTDIR=$PWD/_pkg install 2.23 } 2.24
3.1 --- a/rtorrent/receipt Fri Mar 13 12:11:02 2009 +0000 3.2 +++ b/rtorrent/receipt Fri Mar 13 14:36:05 2009 +0000 3.3 @@ -5,7 +5,7 @@ 3.4 CATEGORY="network" 3.5 SHORT_DESC="Ncurses based torrent client" 3.6 MAINTAINER="mimas@slitaz.org" 3.7 -DEPENDS="ncurses libtorrent" 3.8 +DEPENDS="ncurses libtorrent zlib" 3.9 BUILD_DEPENDS="ncurses-dev libtorrent-dev" 3.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.11 WEB_SITE="http://libtorrent.rakshasa.no/" 3.12 @@ -19,8 +19,8 @@ 3.13 --prefix=/usr \ 3.14 --infodir=/usr/share/info \ 3.15 --mandir=/usr/share/man \ 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/ruby/receipt Fri Mar 13 12:11:02 2009 +0000 4.2 +++ b/ruby/receipt Fri Mar 13 14:36:05 2009 +0000 4.3 @@ -8,6 +8,7 @@ 4.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.5 WEB_SITE="http://www.ruby-lang.org/" 4.6 WGET_URL="ftp://ftp.ruby-lang.org/pub/ruby/1.8/$TARBALL" 4.7 +DEPENDS="libdb ncurses openssl readline zlib" 4.8 4.9 # Rules to configure and make the package. 4.10 compile_rules() 4.11 @@ -17,8 +18,8 @@ 4.12 --prefix=/usr \ 4.13 --infodir=/usr/share/info \ 4.14 --mandir=/usr/share/man \ 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