wok-4.x rev 5003
l*: update depends
line diff
1.1 --- a/le/receipt Sun Feb 28 15:46:04 2010 +0100 1.2 +++ b/le/receipt Sun Feb 28 16:17:14 2010 +0100 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="Small editor using ncurses" 1.6 MAINTAINER="mimas@slitaz.org" 1.7 -DEPENDS="ncurses" 1.8 +DEPENDS="ncurses gcc-lib-base" 1.9 BUILD_DEPENDS="ncurses-dev" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="ftp://ftp.yar.ru/pub/source/le/"
2.1 --- a/lesstif/receipt Sun Feb 28 15:46:04 2010 +0100 2.2 +++ b/lesstif/receipt Sun Feb 28 16:17:14 2010 +0100 2.3 @@ -5,7 +5,8 @@ 2.4 CATEGORY="x-window" 2.5 SHORT_DESC="An LGPL clone of Motif, which is a set of GUI widgets." 2.6 MAINTAINER="rcx@zoominternet.net" 2.7 -DEPENDS="glibc-base xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXt util-linux-ng-uuid" 2.8 +DEPENDS="glibc-base xorg-libICE xorg-libSM xorg-libX11 xorg-libXau \ 2.9 +xorg-libXdmcp xorg-libXext xorg-libXt util-linux-ng-uuid freetype" 2.10 BUILD_DEPENDS="slitaz-toolchain xorg-dev xorg-xextproto" 2.11 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.12 WEB_SITE="http://sourceforge.net/projects/lesstif/"
3.1 --- a/lftp/receipt Sun Feb 28 15:46:04 2010 +0100 3.2 +++ b/lftp/receipt Sun Feb 28 16:17:14 2010 +0100 3.3 @@ -5,7 +5,7 @@ 3.4 CATEGORY="network" 3.5 SHORT_DESC="Small but powerful ftp client" 3.6 MAINTAINER="mimas@slitaz.org" 3.7 -DEPENDS="readline expat" 3.8 +DEPENDS="readline expat gcc-lib-base" 3.9 BUILD_DEPENDS="readline-dev expat-dev" 3.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 3.11 WEB_SITE="http://lftp.yar.ru/" 3.12 @@ -21,8 +21,8 @@ 3.13 --without-gnutls \ 3.14 --without-openssl \ 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/libQtCore/receipt Sun Feb 28 15:46:04 2010 +0100 4.2 +++ b/libQtCore/receipt Sun Feb 28 16:17:14 2010 +0100 4.3 @@ -5,7 +5,7 @@ 4.4 CATEGORY="development" 4.5 SHORT_DESC="Qt Core files" 4.6 MAINTAINER="allan316@gmail.com" 4.7 -DEPENDS="glib zlib" 4.8 +DEPENDS="glib zlib gcc-lib-base" 4.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.10 WEB_SITE="http://www.trolltech.com" 4.11 WANTED="qt-x11-opensource-src"
5.1 --- a/libarchive/receipt Sun Feb 28 15:46:04 2010 +0100 5.2 +++ b/libarchive/receipt Sun Feb 28 16:17:14 2010 +0100 5.3 @@ -5,7 +5,7 @@ 5.4 CATEGORY="system-tools" 5.5 SHORT_DESC="C librairy and command line tool for reading archive." 5.6 MAINTAINER="erjo@slitaz.org" 5.7 -DEPENDS="" 5.8 +DEPENDS="acl libcrypto liblzma bzlib zlib" 5.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.10 WEB_SITE="http://code.google.com/p/libarchive/" 5.11 WGET_URL="http://libarchive.googlecode.com/files/$TARBALL"
6.1 --- a/libbind/receipt Sun Feb 28 15:46:04 2010 +0100 6.2 +++ b/libbind/receipt Sun Feb 28 16:17:14 2010 +0100 6.3 @@ -6,7 +6,7 @@ 6.4 SHORT_DESC="Domain Name System shared libraries." 6.5 MAINTAINER="pascal.bellard@slitaz.org" 6.6 WEB_SITE="http://www.isc.org/products/BIND/" 6.7 -DEPENDS="libcrypto libcap libxml2 zlib" 6.8 +DEPENDS="libcrypto libcap libxml2 zlib attr" 6.9 WANTED="bind" 6.10 6.11 # Rules to gen a SliTaz package suitable for Tazpkg.
7.1 --- a/libboost-dev/receipt Sun Feb 28 15:46:04 2010 +0100 7.2 +++ b/libboost-dev/receipt Sun Feb 28 16:17:14 2010 +0100 7.3 @@ -21,7 +21,7 @@ 7.4 WEB_SITE="http://www.boost.org/" 7.5 WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" 7.6 7.7 -DEPENDS="" 7.8 +DEPENDS="gcc-lib-base" 7.9 BUILD_DEPENDS="python python-dev expat-dev expat" 7.10 RELOCATE_LIBS="{ date_time filesystem graph iostreams \ 7.11 math program_options python regex serialization \
8.1 --- a/libboost-filesystem/receipt Sun Feb 28 15:46:04 2010 +0100 8.2 +++ b/libboost-filesystem/receipt Sun Feb 28 16:17:14 2010 +0100 8.3 @@ -9,7 +9,7 @@ 8.4 MAINTAINER="chadi.elahmad@gmail.com" 8.5 WEB_SITE="http://www.boost.org/" 8.6 8.7 -DEPENDS="libboost-system " 8.8 +DEPENDS="libboost-system gcc-lib-base" 8.9 WANTED="libboost-dev" 8.10 SOURCE="boost" 8.11
9.1 --- a/libboost-graph/receipt Sun Feb 28 15:46:04 2010 +0100 9.2 +++ b/libboost-graph/receipt Sun Feb 28 16:17:14 2010 +0100 9.3 @@ -9,6 +9,7 @@ 9.4 MAINTAINER="chadi.elahmad@gmail.com" 9.5 WEB_SITE="http://www.boost.org/" 9.6 9.7 +DEPENDS="gcc-lib-base" 9.8 WANTED="libboost-dev" 9.9 SOURCE="boost" 9.10
10.1 --- a/libboost-iostreams/receipt Sun Feb 28 15:46:04 2010 +0100 10.2 +++ b/libboost-iostreams/receipt Sun Feb 28 16:17:14 2010 +0100 10.3 @@ -9,7 +9,7 @@ 10.4 MAINTAINER="chadi.elahmad@gmail.com" 10.5 WEB_SITE="http://www.boost.org/" 10.6 10.7 -DEPENDS="zlib bzlib" 10.8 +DEPENDS="zlib bzlib gcc-lib-base" 10.9 WANTED="libboost-dev" 10.10 SOURCE="boost" 10.11
11.1 --- a/libboost-regex/receipt Sun Feb 28 15:46:04 2010 +0100 11.2 +++ b/libboost-regex/receipt Sun Feb 28 16:17:14 2010 +0100 11.3 @@ -9,7 +9,7 @@ 11.4 MAINTAINER="chadi.elahmad@gmail.com" 11.5 WEB_SITE="http://www.boost.org/" 11.6 11.7 -DEPENDS="icu" 11.8 +DEPENDS="icu gcc-lib-base" 11.9 WANTED="libboost-dev" 11.10 SOURCE="boost" 11.11
12.1 --- a/libcap-pam/receipt Sun Feb 28 15:46:04 2010 +0100 12.2 +++ b/libcap-pam/receipt Sun Feb 28 16:17:14 2010 +0100 12.3 @@ -5,7 +5,7 @@ 12.4 CATEGORY="system-tools" 12.5 SHORT_DESC="Support for getting/setting POSIX.1e capabilities, pam module." 12.6 MAINTAINER="pascal.bellard@slitaz.org" 12.7 -DEPENDS="linux libcap pam" 12.8 +DEPENDS="linux libcap pam attr" 12.9 WEB_SITE="http://www.kernel.org/pub/linux/libs/security/linux-privs/" 12.10 WANTED="libcap" 12.11 PROVIDE="libcap:pam"
13.1 --- a/libcap/receipt Sun Feb 28 15:46:04 2010 +0100 13.2 +++ b/libcap/receipt Sun Feb 28 16:17:14 2010 +0100 13.3 @@ -5,7 +5,7 @@ 13.4 CATEGORY="system-tools" 13.5 SHORT_DESC="Support for getting/setting POSIX.1e capabilities." 13.6 MAINTAINER="pankso@slitaz.org" 13.7 -DEPENDS="linux glibc-base" 13.8 +DEPENDS="linux glibc-base attr" 13.9 BUILD_DEPENDS="slitaz-toolchain gperf pam pam-dev attr-dev" 13.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 13.11 WEB_SITE="http://www.kernel.org/pub/linux/libs/security/linux-privs/"
14.1 --- a/libccls/receipt Sun Feb 28 15:46:04 2010 +0100 14.2 +++ b/libccls/receipt Sun Feb 28 16:17:14 2010 +0100 14.3 @@ -5,7 +5,7 @@ 14.4 CATEGORY="development" 14.5 SHORT_DESC="server library for internet cafe programs" 14.6 MAINTAINER="allan316@gmail.com" 14.7 -DEPENDS="openssl sqlite" 14.8 +DEPENDS="openssl sqlite glib" 14.9 BUILD_DEPENDS="openssl-dev sqlite-dev" 14.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 14.11 WEB_SITE="http://ccl.sourceforge.net"
15.1 --- a/libcddb/receipt Sun Feb 28 15:46:04 2010 +0100 15.2 +++ b/libcddb/receipt Sun Feb 28 16:17:14 2010 +0100 15.3 @@ -6,6 +6,7 @@ 15.4 SHORT_DESC="C library to access data on a CDDB server (freedb.org)." 15.5 MAINTAINER="pankso@slitaz.org" 15.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 15.7 +DEPENDS="libcdio" 15.8 WEB_SITE="http://libcddb.sourceforge.net/" 15.9 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 15.10 15.11 @@ -17,8 +18,8 @@ 15.12 --prefix=/usr \ 15.13 --infodir=/usr/share/info \ 15.14 --mandir=/usr/share/man \ 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/libcdio/receipt Sun Feb 28 15:46:04 2010 +0100 16.2 +++ b/libcdio/receipt Sun Feb 28 16:17:14 2010 +0100 16.3 @@ -5,7 +5,7 @@ 16.4 CATEGORY="multimedia" 16.5 SHORT_DESC="GNU Compact Disc Input and Control Library" 16.6 MAINTAINER="rj.rohit@gmail.com" 16.7 -DEPENDS="libcddb ncurses" 16.8 +DEPENDS="libcddb ncurses gcc-lib-base" 16.9 BUILD_DEPENDS="libcddb libcddb-dev ncurses-dev gcc-lib-base" 16.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 16.11 WEB_SITE="http://www.gnu.org/software/libcdio/" 16.12 @@ -15,8 +15,8 @@ 16.13 compile_rules() 16.14 { 16.15 cd $src 16.16 - ./configure --prefix=/usr --disable-vcd-info 16.17 - make 16.18 + ./configure --prefix=/usr --disable-vcd-info && 16.19 + make && 16.20 make DESTDIR=$PWD/_pkg install 16.21 } 16.22
17.1 --- a/libcurl/receipt Sun Feb 28 15:46:04 2010 +0100 17.2 +++ b/libcurl/receipt Sun Feb 28 16:17:14 2010 +0100 17.3 @@ -7,7 +7,7 @@ 17.4 MAINTAINER="pankso@slitaz.org" 17.5 WANTED="curl" 17.6 WEB_SITE="http://curl.haxx.se/" 17.7 -DEPENDS="libidn libssl zlib" 17.8 +DEPENDS="libidn libssl zlib libcrypto" 17.9 17.10 # Rules to gen a SliTaz package suitable for Tazpkg. 17.11 genpkg_rules()
18.1 --- a/libelementary/receipt Sun Feb 28 15:46:04 2010 +0100 18.2 +++ b/libelementary/receipt Sun Feb 28 16:17:14 2010 +0100 18.3 @@ -5,6 +5,8 @@ 18.4 CATEGORY="development" 18.5 SHORT_DESC="Elementary library." 18.6 MAINTAINER="pankso@slitaz.org" 18.7 +DEPENDS="xorg-libXp xorg-libXss jpeg fribidi fontconfig edbus efreet gnutls \ 18.8 +glib eina" 18.9 WANTED="elementary" 18.10 WEB_SITE="http://www.enlightenment.org/" 18.11
19.1 --- a/libetpan/receipt Sun Feb 28 15:46:04 2010 +0100 19.2 +++ b/libetpan/receipt Sun Feb 28 16:17:14 2010 +0100 19.3 @@ -5,7 +5,7 @@ 19.4 CATEGORY="misc" 19.5 SHORT_DESC="Mail librayry" 19.6 MAINTAINER="erjo@slitaz.org" 19.7 -DEPENDS="cyrus-sasl expat libcurl libdb openssl zlib" 19.8 +DEPENDS="cyrus-sasl expat libcurl libdb openssl zlib gcc-lib-base" 19.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 19.10 WEB_SITE="http://libetpan.sourceforge.net/libetpan/index.html" 19.11 WGET_URL="http://heanet.dl.sourceforge.net/sourceforge/libetpan/$TARBALL"
20.1 --- a/libexo/receipt Sun Feb 28 15:46:04 2010 +0100 20.2 +++ b/libexo/receipt Sun Feb 28 16:17:14 2010 +0100 20.3 @@ -5,7 +5,7 @@ 20.4 CATEGORY="x-window" 20.5 SHORT_DESC="Xfce extension library" 20.6 MAINTAINER="erjo@slitaz.org" 20.7 -DEPENDS="libxfce4util perl-uri startup-notification hal" 20.8 +DEPENDS="libxfce4util perl-uri startup-notification hal libnotify" 20.9 BUILD_DEPENDS="libxfce4util-dev perl-uri startup-notification-dev hal-dev" 20.10 SOURCE="exo" 20.11 TARBALL="$SOURCE-$VERSION.tar.bz2"
21.1 --- a/libfox-doc/receipt Sun Feb 28 15:46:04 2010 +0100 21.2 +++ b/libfox-doc/receipt Sun Feb 28 16:17:14 2010 +0100 21.3 @@ -6,7 +6,7 @@ 21.4 CATEGORY="development" 21.5 SHORT_DESC="Documents and some examples using FOX." 21.6 MAINTAINER="chadi.elahmad@gmail.com" 21.7 -DEPENDS="libfox libgl libglu" 21.8 +DEPENDS="libfox libgl libglu nvidia" 21.9 21.10 WEB_SITE="http://www.fox-toolkit.org/" 21.11
22.1 --- a/libfox-utils/receipt Sun Feb 28 15:46:04 2010 +0100 22.2 +++ b/libfox-utils/receipt Sun Feb 28 16:17:14 2010 +0100 22.3 @@ -8,7 +8,7 @@ 22.4 22.5 WEB_SITE="http://www.fox-toolkit.org/" 22.6 22.7 -DEPENDS="libfox expat tiff libgl libglu" 22.8 +DEPENDS="libfox expat tiff libgl libglu nvidia" 22.9 WANTED="libfox" 22.10 SOURCE="fox" 22.11
23.1 --- a/libfox/receipt Sun Feb 28 15:46:04 2010 +0100 23.2 +++ b/libfox/receipt Sun Feb 28 16:17:14 2010 +0100 23.3 @@ -16,7 +16,7 @@ 23.4 xorg-libXft xorg-libXrender 23.5 freetype fontconfig 23.6 xorg-libXcursor xorg-libXfixes 23.7 -xorg-libXrandr xorg-libXext " 23.8 +xorg-libXrandr xorg-libXext gcc-lib-base" 23.9 23.10 23.11 # BUILD_DEPENDS :
24.1 --- a/libftdi/receipt Sun Feb 28 15:46:04 2010 +0100 24.2 +++ b/libftdi/receipt Sun Feb 28 16:17:14 2010 +0100 24.3 @@ -5,7 +5,7 @@ 24.4 CATEGORY="system-tools" 24.5 SHORT_DESC="A library to talk to FTDI chips using libusb." 24.6 MAINTAINER="rcx@zoominternet.net" 24.7 -DEPENDS="glibc-base libusb libusb-compat" 24.8 +DEPENDS="glibc-base libusb libusb-compat gcc-lib-base" 24.9 BUILD_DEPENDS="slitaz-toolchain libusb-dev libusb" 24.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 24.11 WEB_SITE="http://www.intra2net.com/en/developer/libftdi/"
25.1 --- a/libgiomm/receipt Sun Feb 28 15:46:04 2010 +0100 25.2 +++ b/libgiomm/receipt Sun Feb 28 16:17:14 2010 +0100 25.3 @@ -5,7 +5,7 @@ 25.4 CATEGORY="x-window" 25.5 SHORT_DESC="GIO Framework for C++." 25.6 MAINTAINER="pankso@slitaz.org" 25.7 -DEPENDS="glib glibmm libgio libsigc++" 25.8 +DEPENDS="glib glibmm libgio libsigc++ gcc-lib-base" 25.9 WANTED="glibmm" 25.10 WEB_SITE="http://www.gtkmm.org/" 25.11
26.1 --- a/libglu-mesa/receipt Sun Feb 28 15:46:04 2010 +0100 26.2 +++ b/libglu-mesa/receipt Sun Feb 28 16:17:14 2010 +0100 26.3 @@ -7,7 +7,7 @@ 26.4 MAINTAINER="pascal.bellard@slitaz.org" 26.5 WEB_SITE="http://www.mesa3d.org/" 26.6 WANTED="mesa" 26.7 -DEPENDS="glibc-base gcc-lib-base libgl" 26.8 +DEPENDS="glibc-base gcc-lib-base libgl nvidia" 26.9 PROVIDE="libglu" 26.10 26.11 # Rules to gen a SliTaz package suitable for Tazpkg.
27.1 --- a/libglw-mesa/receipt Sun Feb 28 15:46:04 2010 +0100 27.2 +++ b/libglw-mesa/receipt Sun Feb 28 16:17:14 2010 +0100 27.3 @@ -8,7 +8,8 @@ 27.4 WEB_SITE="http://www.mesa3d.org/" 27.5 WANTED="mesa" 27.6 DEPENDS="glibc-base util-linux-ng-uuid zlib freetype lesstif libgl \ 27.7 -xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXt" 27.8 +xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXt \ 27.9 +openmotif nvidia" 27.10 PROVIDE="libglw" 27.11 27.12 # Rules to gen a SliTaz package suitable for Tazpkg.
28.1 --- a/libgphoto2/receipt Sun Feb 28 15:46:04 2010 +0100 28.2 +++ b/libgphoto2/receipt Sun Feb 28 16:17:14 2010 +0100 28.3 @@ -5,7 +5,7 @@ 28.4 CATEGORY="graphics" 28.5 SHORT_DESC="core library of gphoto2 to access photos from digital camera" 28.6 MAINTAINER="jozee@slitaz.org" 28.7 -DEPENDS="libexif jpeg libusb libusb-compat" 28.8 +DEPENDS="libexif jpeg libusb libusb-compat libtool hal" 28.9 BUILD_DEPENDS="jpeg-dev libexif-dev libtool libexif jpeg libusb libusb-dev libusb-compat libusb-compat-dev" 28.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 28.11 WEB_SITE="http://www.gphoto.org"
29.1 --- a/libkrb5/receipt Sun Feb 28 15:46:04 2010 +0100 29.2 +++ b/libkrb5/receipt Sun Feb 28 16:17:14 2010 +0100 29.3 @@ -6,7 +6,7 @@ 29.4 SHORT_DESC="Kerberos network authentication protocol libraries." 29.5 MAINTAINER="pascal.bellard@slitaz.org" 29.6 WEB_SITE="http://web.mit.edu/Kerberos/" 29.7 -DEPENDS="libkrb5support" 29.8 +DEPENDS="libkrb5support libcomerr3" 29.9 WANTED="krb5" 29.10 29.11 # Rules to gen a SliTaz package suitable for Tazpkg.
30.1 --- a/libksba/receipt Sun Feb 28 15:46:04 2010 +0100 30.2 +++ b/libksba/receipt Sun Feb 28 16:17:14 2010 +0100 30.3 @@ -6,6 +6,7 @@ 30.4 SHORT_DESC="Library to work with X.509 certificates, CMS data and related objects." 30.5 MAINTAINER="pankso@slitaz.org" 30.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 30.7 +DEPENDS="libgpg-error" 30.8 WEB_SITE="http://www.gnupg.org/related_software/libksba/" 30.9 WGET_URL="ftp://ftp.gnupg.org/gcrypt/$PACKAGE/$TARBALL" 30.10
31.1 --- a/libldap/receipt Sun Feb 28 15:46:04 2010 +0100 31.2 +++ b/libldap/receipt Sun Feb 28 16:17:14 2010 +0100 31.3 @@ -6,7 +6,7 @@ 31.4 SHORT_DESC="LDAP database libraries." 31.5 MAINTAINER="pascal.bellard@slitaz.org" 31.6 WEB_SITE="http://www.openldap.org/" 31.7 -DEPENDS="cyrus-sasl openssl" 31.8 +DEPENDS="cyrus-sasl openssl libkrb5 libcomerr3" 31.9 WANTED="openldap" 31.10 31.11 # Rules to gen a SliTaz package suitable for Tazpkg.
32.1 --- a/libmagic/receipt Sun Feb 28 15:46:04 2010 +0100 32.2 +++ b/libmagic/receipt Sun Feb 28 16:17:14 2010 +0100 32.3 @@ -5,7 +5,7 @@ 32.4 CATEGORY="system-tools" 32.5 SHORT_DESC="Library for File utility" 32.6 MAINTAINER="erjo@slitaz.org" 32.7 -DEPENDS="" 32.8 +DEPENDS="zlib" 32.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 32.10 WEB_SITE="ftp://ftp.gw.com/mirrors/unix/file" 32.11 WANTED="file"
33.1 --- a/libmms/receipt Sun Feb 28 15:46:04 2010 +0100 33.2 +++ b/libmms/receipt Sun Feb 28 16:17:14 2010 +0100 33.3 @@ -5,7 +5,7 @@ 33.4 CATEGORY="development" 33.5 SHORT_DESC="LibMMS is a common library for parsing mms and mmsh streams." 33.6 MAINTAINER="slitaz@kacper.se" 33.7 -DEPENDS="" 33.8 +DEPENDS="glib" 33.9 BUILD_DEPENDS="pkg-config glib-dev" 33.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 33.11 WEB_SITE="http://launchpad.net/libmms"
34.1 --- a/libmng/receipt Sun Feb 28 15:46:04 2010 +0100 34.2 +++ b/libmng/receipt Sun Feb 28 16:17:14 2010 +0100 34.3 @@ -5,7 +5,7 @@ 34.4 CATEGORY="development" 34.5 SHORT_DESC="library for multi network graphics" 34.6 MAINTAINER="allan316@gmail.com" 34.7 -DEPENDS="lcms jpeg" 34.8 +DEPENDS="lcms jpeg zlib" 34.9 BUILD_DEPENDS="autoconf automake lcms-dev jpeg-dev" 34.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 34.11 WEB_SITE="http://libmng.sourceforge.net"
35.1 --- a/libmodplug/receipt Sun Feb 28 15:46:04 2010 +0100 35.2 +++ b/libmodplug/receipt Sun Feb 28 16:17:14 2010 +0100 35.3 @@ -5,7 +5,7 @@ 35.4 CATEGORY="multimedia" 35.5 SHORT_DESC="A MOD playing library" 35.6 MAINTAINER="jozee@slitaz.org" 35.7 -DEPENDS="" 35.8 +DEPENDS="gcc-lib-base" 35.9 BUILD_DEPENDS="gcc-lib-base" 35.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 35.11 WEB_SITE="http://modplug-xmms.sourceforge.net/"
36.1 --- a/libmpd/receipt Sun Feb 28 15:46:04 2010 +0100 36.2 +++ b/libmpd/receipt Sun Feb 28 16:17:14 2010 +0100 36.3 @@ -7,6 +7,7 @@ 36.4 SHORT_DESC="Signal based wrapper around libmpdclient" 36.5 WEB_SITE="http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client" 36.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 36.7 +DEPENDS="glib" 36.8 WGET_URL="http://download.sarine.nl/Programs/gmpc/$VERSION/$TARBALL" 36.9 TAGS="" 36.10
37.1 --- a/libproxy/receipt Sun Feb 28 15:46:04 2010 +0100 37.2 +++ b/libproxy/receipt Sun Feb 28 16:17:14 2010 +0100 37.3 @@ -5,7 +5,7 @@ 37.4 CATEGORY="multimedia" 37.5 SHORT_DESC="library to provide automatic proxy configuration management" 37.6 MAINTAINER="jozee@slitaz.org" 37.7 -DEPENDS="glib gtk+" 37.8 +DEPENDS="glib gtk+ gcc-lib-base xorg-libXmu" 37.9 BUILD_DEPENDS="glibc-base" 37.10 SUGGESTED="python icu libcurl libxslt webkit-r" 37.11 TARBALL="$PACKAGE-$VERSION.tar.gz"
38.1 --- a/libqwt5-qt4/receipt Sun Feb 28 15:46:04 2010 +0100 38.2 +++ b/libqwt5-qt4/receipt Sun Feb 28 16:17:14 2010 +0100 38.3 @@ -5,7 +5,7 @@ 38.4 CATEGORY="graphics" 38.5 SHORT_DESC="Lib Qt Widgets for Technical applications" 38.6 MAINTAINER="slitaz@objectif-securite.ch" 38.7 -DEPENDS="libQtCore libQtGui libQtScript libQtXml libQtDesigner" 38.8 +DEPENDS="libQtCore libQtGui libQtScript libQtXml libQtDesigner gcc-lib-base" 38.9 BUILD_DEPENDS="$DEPENDS qt-x11-opensource-src" 38.10 SOURCE="qwt" 38.11 TARBALL="$SOURCE-$VERSION.tar.bz2"
39.1 --- a/librsvg-apps/receipt Sun Feb 28 15:46:04 2010 +0100 39.2 +++ b/librsvg-apps/receipt Sun Feb 28 16:17:14 2010 +0100 39.3 @@ -5,7 +5,7 @@ 39.4 CATEGORY="graphics" 39.5 SHORT_DESC="Tiny libSVG utilities (rsvg, rsvg-view, rsvg-convert)." 39.6 MAINTAINER="erjo@slitaz.org" 39.7 -DEPENDS="librsvg python gtk+" 39.8 +DEPENDS="librsvg python gtk+ libgsf" 39.9 WANTED="librsvg" 39.10 WEB_SITE="http://librsvg.sourceforge.net/" 39.11
40.1 --- a/librsvg/receipt Sun Feb 28 15:46:04 2010 +0100 40.2 +++ b/librsvg/receipt Sun Feb 28 16:17:14 2010 +0100 40.3 @@ -5,7 +5,9 @@ 40.4 CATEGORY="system-tools" 40.5 SHORT_DESC="SVG Rendering Library" 40.6 MAINTAINER="erjo@slitaz.org" 40.7 -DEPENDS="cairo freetype libxml2 pango fontconfig libcroco" 40.8 +DEPENDS="cairo freetype libxml2 pango fontconfig libcroco libgsf xcb-util \ 40.9 +libgio atk xorg-libXinerama xorg-libXcursor xorg-libXcomposite xorg-libXext \ 40.10 +xorg-libXdamage" 40.11 BUILD_DEPENDS="$DEPENDS cairo-dev freetype-dev libxml2-dev pango-dev \ 40.12 fontconfig-dev libcroco-dev" 40.13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
41.1 --- a/libsamplerate/receipt Sun Feb 28 15:46:04 2010 +0100 41.2 +++ b/libsamplerate/receipt Sun Feb 28 16:17:14 2010 +0100 41.3 @@ -6,6 +6,7 @@ 41.4 SHORT_DESC="Sample Rate Converter for audio." 41.5 MAINTAINER="pankso@slitaz.org" 41.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 41.7 +DEPENDS="libsndfile libogg" 41.8 WEB_SITE="http://www.mega-nerd.com/SRC/" 41.9 WGET_URL="http://www.mega-nerd.com/SRC/$TARBALL" 41.10 41.11 @@ -16,8 +17,8 @@ 41.12 ./configure \ 41.13 --prefix=/usr \ 41.14 --mandir=/usr/share/man \ 41.15 - $CONFIGURE_ARGS 41.16 - make 41.17 + $CONFIGURE_ARGS && 41.18 + make && 41.19 make DESTDIR=$PWD/_pkg install 41.20 } 41.21
42.1 --- a/libsasl-modules/receipt Sun Feb 28 15:46:04 2010 +0100 42.2 +++ b/libsasl-modules/receipt Sun Feb 28 16:17:14 2010 +0100 42.3 @@ -6,7 +6,7 @@ 42.4 SHORT_DESC="SASL library modules." 42.5 MAINTAINER="pascal.bellard@slitaz.org" 42.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 42.7 -DEPENDS="libsasl" 42.8 +DEPENDS="libsasl libkrb5 libcomerr3 libcrypto libdb" 42.9 WEB_SITE="http://cyrusimap.web.cmu.edu/" 42.10 WANTED="cyrus-sasl" 42.11
43.1 --- a/libsexymm/receipt Sun Feb 28 15:46:04 2010 +0100 43.2 +++ b/libsexymm/receipt Sun Feb 28 16:17:14 2010 +0100 43.3 @@ -5,7 +5,7 @@ 43.4 CATEGORY="x-window" 43.5 SHORT_DESC="Gtkmm binding for libsexy." 43.6 MAINTAINER="pankso@slitaz.org" 43.7 -DEPENDS="gtkmm libsexy" 43.8 +DEPENDS="gtkmm libsexy gcc-lib-base" 43.9 BUILD_DEPENDS="gtkmm-dev libsexy-dev" 43.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 43.11 WEB_SITE="http://osiris.chipx86.com/projects/libsexy/"
44.1 --- a/libsmpeg/receipt Sun Feb 28 15:46:04 2010 +0100 44.2 +++ b/libsmpeg/receipt Sun Feb 28 16:17:14 2010 +0100 44.3 @@ -7,7 +7,7 @@ 44.4 SHORT_DESC="Mpeg decoding library" 44.5 MAINTAINER="claudinei@slitaz.org" 44.6 WEB_SITE="http://icculus.org/smpeg" 44.7 -DEPENDS="libsdl" 44.8 +DEPENDS="libsdl gcc-lib-base" 44.9 BUILD_DEPENDS="libsdl libsdl-dev gtk+-dev autoconf automake m4 subversion" 44.10 44.11
45.1 --- a/libssl/receipt Sun Feb 28 15:46:04 2010 +0100 45.2 +++ b/libssl/receipt Sun Feb 28 16:17:14 2010 +0100 45.3 @@ -6,6 +6,7 @@ 45.4 SHORT_DESC="OpenSSL libraries." 45.5 MAINTAINER="pascal.bellard@slitaz.org" 45.6 WANTED="openssl" 45.7 +DEPENDS="libcrypto" 45.8 WEB_SITE="http://www.openssl.org/" 45.9 45.10 # Rules to gen a SliTaz package suitable for Tazpkg.
46.1 --- a/libtorrent/receipt Sun Feb 28 15:46:04 2010 +0100 46.2 +++ b/libtorrent/receipt Sun Feb 28 16:17:14 2010 +0100 46.3 @@ -8,7 +8,7 @@ 46.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 46.5 WEB_SITE="http://libtorrent.rakshasa.no/" 46.6 WGET_URL="http://libtorrent.rakshasa.no/downloads/$TARBALL" 46.7 -DEPENDS="curl libsigc++ openssl" 46.8 +DEPENDS="curl libsigc++ openssl gcc-lib-base" 46.9 BUILD_DEPENDS="curl-dev libsigc++-dev openssl-dev" 46.10 46.11 # Rules to configure and make the package.
47.1 --- a/libunique/receipt Sun Feb 28 15:46:04 2010 +0100 47.2 +++ b/libunique/receipt Sun Feb 28 16:17:14 2010 +0100 47.3 @@ -5,7 +5,7 @@ 47.4 CATEGORY="development" 47.5 SHORT_DESC="Library for writing single instance application." 47.6 MAINTAINER="erjo@slitaz.org" 47.7 -DEPENDS="" 47.8 +DEPENDS="gtk+ cairo-xcb dbus-glib" 47.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 47.10 WEB_SITE="http://live.gnome.org/LibUnique" 47.11 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/libunique/${VERSION%.*}/$TARBALL"
48.1 --- a/libvalhalla/receipt Sun Feb 28 15:46:04 2010 +0100 48.2 +++ b/libvalhalla/receipt Sun Feb 28 16:17:14 2010 +0100 48.3 @@ -5,7 +5,7 @@ 48.4 CATEGORY="multimedia" 48.5 SHORT_DESC="A tiny media scanner API." 48.6 MAINTAINER="pankso@slitaz.org" 48.7 -DEPENDS="ffmpeg libexif" 48.8 +DEPENDS="ffmpeg libexif sqlite libxml2 libgcrypt libcurl libcrypto" 48.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 48.10 WEB_SITE="http://libvalhalla.geexbox.org/" 48.11 WGET_URL="http://libvalhalla.geexbox.org/releases/$TARBALL"
49.1 --- a/libvlc/receipt Sun Feb 28 15:46:04 2010 +0100 49.2 +++ b/libvlc/receipt Sun Feb 28 16:17:14 2010 +0100 49.3 @@ -7,7 +7,9 @@ 49.4 MAINTAINER="jozee@slitaz.org" 49.5 WEB_SITE="http://www.videolan.org/vlc/" 49.6 WANTED="vlc" 49.7 -DEPENDS="hal dbus" 49.8 +DEPENDS="hal dbus libnotify atk libgio pango cairo-xcb gnutls fribidi speex \ 49.9 +ffmpeg libmpeg2 libvorbis libsdl-image libdvdread libproxy libcddb libv4l \ 49.10 +taglib libmad libQtGui sysfsutils libmodplug nvidia libglu-mesa libupnp" 49.11 49.12 # Rules to gen a SliTaz package suitable for Tazpkg. 49.13 genpkg_rules()
50.1 --- a/libwebkit/receipt Sun Feb 28 15:46:04 2010 +0100 50.2 +++ b/libwebkit/receipt Sun Feb 28 16:17:14 2010 +0100 50.3 @@ -9,7 +9,7 @@ 50.4 xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXcomposite 50.5 xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes 50.6 xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXt 50.7 - xorg-libXdamage libsoup" 50.8 + xorg-libXdamage libsoup gcc-lib-base" 50.9 BUILD_DEPENDS="gtk+-dev enchant enchant-dev icu icu-dev gperf libxslt-dev jpeg-dev libpng-dev glib-dev autoconf automake 50.10 sqlite-dev libtool m4 bison flex xorg-libXdamage-dev libsoup-dev libxml2-dev libxcb-dev xcb-util-dev" 50.11 MAINTAINER="mallory@sweetpeople.org"
51.1 --- a/libxfce4menu/receipt Sun Feb 28 15:46:04 2010 +0100 51.2 +++ b/libxfce4menu/receipt Sun Feb 28 16:17:14 2010 +0100 51.3 @@ -5,7 +5,7 @@ 51.4 CATEGORY="x-window" 51.5 SHORT_DESC="Xfce Utility library" 51.6 MAINTAINER="erjo@slitaz.org" 51.7 -DEPENDS="gtk+" 51.8 +DEPENDS="gtk+ libxfce4util" 51.9 BUILD_DEPENDS="gtk+-dev" 51.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 51.11 WEB_SITE="http://www.xfce.org"
52.1 --- a/libxfcegui4/receipt Sun Feb 28 15:46:04 2010 +0100 52.2 +++ b/libxfcegui4/receipt Sun Feb 28 16:17:14 2010 +0100 52.3 @@ -5,7 +5,7 @@ 52.4 CATEGORY="x-window" 52.5 SHORT_DESC="Xfce Gtk Widget library" 52.6 MAINTAINER="erjo@slitaz.org" 52.7 -DEPENDS="gtk+ libxfce4util xfconf" 52.8 +DEPENDS="gtk+ libxfce4util xfconf startup-notification dbus-glib libglade" 52.9 BUILD_DEPENDS="gtk+-dev libxfce4util-dev xfconf-dev startup-notification-dev libglade-dev" 52.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 52.11 WEB_SITE="http://www.xfce.org" 52.12 @@ -18,8 +18,8 @@ 52.13 cd $src 52.14 ./configure --prefix=/usr \ 52.15 --infodir=/usr/share/info \ 52.16 - --mandir=/usr/share/man $CONFIGURE_ARGS 52.17 - make 52.18 + --mandir=/usr/share/man $CONFIGURE_ARGS && 52.19 + make && 52.20 make DESTDIR=$PWD/_pkg install 52.21 } 52.22
53.1 --- a/libxml++-dev/receipt Sun Feb 28 15:46:04 2010 +0100 53.2 +++ b/libxml++-dev/receipt Sun Feb 28 16:17:14 2010 +0100 53.3 @@ -7,7 +7,7 @@ 53.4 MAINTAINER="pankso@slitaz.org" 53.5 WANTED="libxml++" 53.6 WEB_SITE="http://libxmlplusplus.sourceforge.net/" 53.7 -DEPENDS="glib glibmm libsigc++ libxml2 zlib" 53.8 +DEPENDS="glib glibmm libsigc++ libxml2 zlib gcc-lib-base" 53.9 53.10 # Rules to gen a SliTaz package suitable for Tazpkg. 53.11 genpkg_rules()
54.1 --- a/libxml++/receipt Sun Feb 28 15:46:04 2010 +0100 54.2 +++ b/libxml++/receipt Sun Feb 28 16:17:14 2010 +0100 54.3 @@ -8,7 +8,7 @@ 54.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 54.5 WEB_SITE="http://libxmlplusplus.sourceforge.net/" 54.6 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.24/$TARBALL" 54.7 -DEPENDS="glibmm libsigc++ libxml2 zlib" 54.8 +DEPENDS="glibmm libsigc++ libxml2 zlib gcc-lib-base" 54.9 54.10 # Rules to configure and make the package. 54.11 compile_rules()
55.1 --- a/linuxdcpp/receipt Sun Feb 28 15:46:04 2010 +0100 55.2 +++ b/linuxdcpp/receipt Sun Feb 28 16:17:14 2010 +0100 55.3 @@ -5,7 +5,7 @@ 55.4 CATEGORY="network" 55.5 SHORT_DESC="Direct Connect client based on DC++." 55.6 MAINTAINER="pankso@slitaz.org" 55.7 -DEPENDS="gtk+ libglade openssl" 55.8 +DEPENDS="gtk+ libglade openssl gcc-lib-base" 55.9 BUILD_DEPENDS="gtk+-dev libglade-dev openssl-dev" 55.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 55.11 WEB_SITE="https://launchpad.net/linuxdcpp"
56.1 --- a/lirc/receipt Sun Feb 28 15:46:04 2010 +0100 56.2 +++ b/lirc/receipt Sun Feb 28 16:17:14 2010 +0100 56.3 @@ -5,7 +5,8 @@ 56.4 CATEGORY="utilities" 56.5 SHORT_DESC="Enables decoding and sending signals of many commonly used remote controls." 56.6 MAINTAINER="rcx@zoominternet.net" 56.7 -DEPENDS="glibc-base libusb libusb-compat libftdi" 56.8 +DEPENDS="glibc-base libusb libusb-compat libftdi xorg-libSM xorg-libICE \ 56.9 +xorg-libX11xorg-libXau xorg-libXdmcp libirman portaudio" 56.10 BUILD_DEPENDS="slitaz-toolchain libftdi-dev libirman-dev" 56.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 56.12 WEB_SITE="http://www.lirc.org/"
57.1 --- a/litmus/receipt Sun Feb 28 15:46:04 2010 +0100 57.2 +++ b/litmus/receipt Sun Feb 28 16:17:14 2010 +0100 57.3 @@ -8,7 +8,7 @@ 57.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 57.5 WEB_SITE="http://www.webdav.org/neon/litmus" 57.6 WGET_URL="$WEB_SITE/$TARBALL" 57.7 -DEPENDS="openssl libkrb5 libcomerr3 expat neon readline" 57.8 +DEPENDS="openssl libkrb5 libcomerr3 expat neon readline zlib" 57.9 BUILD_DEPENDS="openssl-dev krb5-dev expat-dev neon-dev readline-dev" 57.10 57.11 # Rules to configure and make the package.
58.1 --- a/lives/receipt Sun Feb 28 15:46:04 2010 +0100 58.2 +++ b/lives/receipt Sun Feb 28 16:17:14 2010 +0100 58.3 @@ -9,7 +9,7 @@ 58.4 TARBALL="$SOURCE-$VERSION.tar.bz2" 58.5 WEB_SITE="http://lives.sourceforge.net/" 58.6 WGET_URL="http://www.xs4all.nl/%7Esalsaman/lives/current/$TARBALL" 58.7 -DEPENDS="alsa-lib libpng gtk+ sox" 58.8 +DEPENDS="alsa-lib libpng gtk+ sox mjpegtools libavc1394 liboil libtheora" 58.9 BUILD_DEPENDS="alsa-lib-dev libpng-dev gtk+-dev" 58.10 58.11 # Rules to configure and make the package.
59.1 --- a/lockdis/receipt Sun Feb 28 15:46:04 2010 +0100 59.2 +++ b/lockdis/receipt Sun Feb 28 16:17:14 2010 +0100 59.3 @@ -5,7 +5,7 @@ 59.4 CATEGORY="x-window" 59.5 SHORT_DESC="Simple screen locker." 59.6 MAINTAINER="pankso@slitaz.org" 59.7 -DEPENDS="xorg-libX11 xorg-libXau xorg-libXpm" 59.8 +DEPENDS="xorg-libX11 xorg-libXau xorg-libXpm xorg-libXdmcp" 59.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 59.10 WEB_SITE="http://lockdis.sourceforge.net/" 59.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
60.1 --- a/lostirc/receipt Sun Feb 28 15:46:04 2010 +0100 60.2 +++ b/lostirc/receipt Sun Feb 28 16:17:14 2010 +0100 60.3 @@ -5,7 +5,7 @@ 60.4 CATEGORY="network" 60.5 SHORT_DESC="A simple IRC client" 60.6 MAINTAINER="erjo@slitaz.org" 60.7 -DEPENDS="glibmm gtkmm libsigc++ xorg-libXdamage xcb-util" 60.8 +DEPENDS="glibmm gtkmm libsigc++ xorg-libXdamage xcb-util gcc-lib-base" 60.9 BUILD_DEPENDS="glibmm-dev libsigc++-dev gtkmm-dev glibmm gtkmm libsigc++" 60.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 60.11 WEB_SITE="http://lostirc.sourceforge.net/"
61.1 --- a/lrzip/receipt Sun Feb 28 15:46:04 2010 +0100 61.2 +++ b/lrzip/receipt Sun Feb 28 16:17:14 2010 +0100 61.3 @@ -8,6 +8,7 @@ 61.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 61.5 WEB_SITE="http://ck.kolivas.org/apps/lrzip/" 61.6 WGET_URL="$WEB_SITE/$TARBALL" 61.7 +DEPENDS="lzo bzlib" 61.8 BUILD_DEPENDS="lzo-dev bzip2-dev zlib-dev nasm" 61.9 TAGS="compression archive" 61.10
62.1 --- a/lshw/receipt Sun Feb 28 15:46:04 2010 +0100 62.2 +++ b/lshw/receipt Sun Feb 28 16:17:14 2010 +0100 62.3 @@ -5,7 +5,7 @@ 62.4 CATEGORY="system-tools" 62.5 SHORT_DESC="Hardware Lister" 62.6 MAINTAINER="erjo@slitaz.org" 62.7 -DEPENDS="" 62.8 +DEPENDS="gcc-lib-base" 62.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 62.10 WEB_SITE="http://ezix.org/project/wiki/HardwareLiSter" 62.11 WGET_URL="http://ezix.org/software/files/$TARBALL" 62.12 @@ -16,7 +16,7 @@ 62.13 62.14 62.15 cd $src 62.16 - make 62.17 + make && 62.18 make DESTDIR=$PWD/_pkg install 62.19 } 62.20
63.1 --- a/lvm2/receipt Sun Feb 28 15:46:04 2010 +0100 63.2 +++ b/lvm2/receipt Sun Feb 28 16:17:14 2010 +0100 63.3 @@ -6,7 +6,7 @@ 63.4 CATEGORY="system-tools" 63.5 SHORT_DESC="Linux Logical Volume Manager." 63.6 MAINTAINER="guillaume.michon@laposte.net" 63.7 -DEPENDS="readline linux-md libdevmapper" 63.8 +DEPENDS="readline linux-md libdevmapper ncurses" 63.9 BUILD_DEPENDS="readline-dev" 63.10 TARBALL="$SOURCE.$VERSION.tgz" 63.11 WEB_SITE="http://sourceware.org/lvm2/"
64.1 --- a/lxpanel-extra/receipt Sun Feb 28 15:46:04 2010 +0100 64.2 +++ b/lxpanel-extra/receipt Sun Feb 28 16:17:14 2010 +0100 64.3 @@ -5,7 +5,7 @@ 64.4 CATEGORY="x-window" 64.5 SHORT_DESC="LXpanel nestat wifi plugin and keyboard led indicator." 64.6 MAINTAINER="pankso@slitaz.org" 64.7 -DEPENDS="expat gtk+ wireless_tools xorg-libXdamage" 64.8 +DEPENDS="expat gtk+ wireless_tools xorg-libXdamage menu-cache" 64.9 WANTED="lxpanel" 64.10 WEB_SITE="http://www.lxde.org/" 64.11
65.1 --- a/lzip/receipt Sun Feb 28 15:46:04 2010 +0100 65.2 +++ b/lzip/receipt Sun Feb 28 16:17:14 2010 +0100 65.3 @@ -5,7 +5,7 @@ 65.4 CATEGORY="utilities" 65.5 SHORT_DESC="LZMA compressor" 65.6 MAINTAINER="mimas@slitaz.org" 65.7 -DEPENDS="" 65.8 +DEPENDS="gcc-lib-base" 65.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 65.10 WEB_SITE="http://www.nongnu.org/lzip/lzip.html" 65.11 WGET_URL="http://mirrors.linhub.com/savannah/lzip/$TARBALL" 65.12 @@ -14,8 +14,8 @@ 65.13 compile_rules() 65.14 { 65.15 cd $src 65.16 - ./configure --prefix=/usr $CONFIGURE_ARGS 65.17 - make 65.18 + ./configure --prefix=/usr $CONFIGURE_ARGS && 65.19 + make && 65.20 make DESTDIR=$PWD/_pkg install 65.21 } 65.22
66.1 --- a/lzlib/receipt Sun Feb 28 15:46:04 2010 +0100 66.2 +++ b/lzlib/receipt Sun Feb 28 16:17:14 2010 +0100 66.3 @@ -6,7 +6,7 @@ 66.4 SHORT_DESC="Compressor with a high compression ratio library." 66.5 MAINTAINER="pascal.bellard@slitaz.org" 66.6 WEB_SITE="http://sourceforge.net/projects/sevenzip/" 66.7 -DEPENDS="zlib" 66.8 +DEPENDS="zlib gcc-lib-base" 66.9 WANTED="lzma" 66.10 66.11 # Rules to gen a SliTaz package suitable for Tazpkg.