wok-stable rev 2460
ncmpc, net6, netatalk*, newt, nmap, ntfsprogs, ntop, ntp: update depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 14 14:52:47 2009 +0000 (2009-03-14) |
parents | 4482e0fab13a |
children | 802a77e5a30c |
files | ncmpc/receipt net6/receipt netatalk-pam/receipt netatalk/receipt newt/receipt nmap/receipt ntfsprogs/receipt ntop/receipt ntp/receipt |
line diff
1.1 --- a/ncmpc/receipt Sat Mar 14 14:38:58 2009 +0000 1.2 +++ b/ncmpc/receipt Sat Mar 14 14:52:47 2009 +0000 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="multimedia" 1.5 SHORT_DESC="A ncurses MPD client." 1.6 MAINTAINER="paul@slitaz.org" 1.7 -DEPENDS="mpd" 1.8 +DEPENDS="mpd glib ncurses" 1.9 BUILD_DEPENDS="pkg-config gtk+-dev" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://hem.bredband.net/kaw/ncmpc/index.html"
2.1 --- a/net6/receipt Sat Mar 14 14:38:58 2009 +0000 2.2 +++ b/net6/receipt Sat Mar 14 14:52:47 2009 +0000 2.3 @@ -6,7 +6,7 @@ 2.4 SHORT_DESC="Net6 library (TCP protocol abstraction for C++)." 2.5 MAINTAINER="pankso@slitaz.org" 2.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.7 -DEPENDS="gnutls libgpg-error libgcrypt" 2.8 +DEPENDS="gnutls libgpg-error libgcrypt libsigc++ zlib" 2.9 BUILD_DEPENDS="$DEPENDS gnutls-dev libgpg-error-dev libgcrypt-dev" 2.10 WEB_SITE="http://gobby.0x539.de/trac/" 2.11 WGET_URL="http://releases.0x539.de/net6/$TARBALL"
3.1 --- a/netatalk-pam/receipt Sat Mar 14 14:38:58 2009 +0000 3.2 +++ b/netatalk-pam/receipt Sat Mar 14 14:52:47 2009 +0000 3.3 @@ -5,7 +5,8 @@ 3.4 CATEGORY="system-tools" 3.5 SHORT_DESC="The AppleTalk Protocol Suite using PAM." 3.6 MAINTAINER="pascal.bellard@slitaz.org" 3.7 -DEPENDS="perl libdb libcrypto pam" 3.8 +DEPENDS="perl libdb libcrypto cups gnutls libgcrypt libgpg-error libiconv \ 3.9 +libwrap zlib pam" 3.10 BUILD_DEPENDS="db-dev libcrypto-dev pam pam-dev" 3.11 SOURCE="netatalk" 3.12 TARBALL="$SOURCE-$VERSION.tar.bz2"
4.1 --- a/netatalk/receipt Sat Mar 14 14:38:58 2009 +0000 4.2 +++ b/netatalk/receipt Sat Mar 14 14:52:47 2009 +0000 4.3 @@ -5,7 +5,8 @@ 4.4 CATEGORY="system-tools" 4.5 SHORT_DESC="The AppleTalk Protocol Suite." 4.6 MAINTAINER="pascal.bellard@slitaz.org" 4.7 -DEPENDS="perl libdb libcrypto" 4.8 +DEPENDS="perl libdb libcrypto cups gnutls libgcrypt libgpg-error libiconv \ 4.9 +libwrap zlib" 4.10 BUILD_DEPENDS="db-dev libcrypto-dev" 4.11 TARBALL="$PACKAGE-$VERSION.tar.bz2" 4.12 WEB_SITE="http://netatalk.sourceforge.net/" 4.13 @@ -19,7 +20,7 @@ 4.14 [ -f done.netatalk-2.0.3-newer-db.patch ] || \ 4.15 patch -p1 < ../stuff/netatalk-2.0.3-newer-db.patch 4.16 touch done.netatalk-2.0.3-newer-db.patch 4.17 - ./configure --with-pam --prefix=/usr --sysconfdir=/etc \ 4.18 + ./configure --without-pam --prefix=/usr --sysconfdir=/etc \ 4.19 --mandir=/usr/share/man $CONFIGURE_ARGS && 4.20 make && 4.21 make DESTDIR=$PWD/_pkg install
5.1 --- a/newt/receipt Sat Mar 14 14:38:58 2009 +0000 5.2 +++ b/newt/receipt Sat Mar 14 14:52:47 2009 +0000 5.3 @@ -5,7 +5,7 @@ 5.4 CATEGORY="development" 5.5 SHORT_DESC="Not Erik's Windowing Toolkit" 5.6 MAINTAINER="erjo@slitaz.org" 5.7 -DEPENDS="slang" 5.8 +DEPENDS="slang popt" 5.9 BUILD_DEPENDS="slang-dev tcl popt-dev python-dev" 5.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.11 WEB_SITE="http://packages.debian.org/etch/libnewt0.52"
6.1 --- a/nmap/receipt Sat Mar 14 14:38:58 2009 +0000 6.2 +++ b/nmap/receipt Sat Mar 14 14:52:47 2009 +0000 6.3 @@ -5,7 +5,7 @@ 6.4 CATEGORY="security" 6.5 SHORT_DESC="The Network Mapper." 6.6 MAINTAINER="erjo@slitaz.org" 6.7 -DEPENDS="openssl" 6.8 +DEPENDS="openssl pcre" 6.9 BUILD_DEPENDS="python-dev" 6.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 6.11 WEB_SITE="http://nmap.org/" 6.12 @@ -18,9 +18,8 @@ 6.13 ./configure --prefix=/usr \ 6.14 --infodir=/usr/share/info \ 6.15 --cache-file=$PWD/config.cache \ 6.16 - --mandir=/usr/share/man $CONFIGURE_ARGS 6.17 - 6.18 - make 6.19 + --mandir=/usr/share/man $CONFIGURE_ARGS && 6.20 + make && 6.21 make DESTDIR=$PWD/_pkg install-nmap 6.22 } 6.23
7.1 --- a/ntfsprogs/receipt Sat Mar 14 14:38:58 2009 +0000 7.2 +++ b/ntfsprogs/receipt Sat Mar 14 14:52:47 2009 +0000 7.3 @@ -5,7 +5,7 @@ 7.4 CATEGORY="system-tools" 7.5 SHORT_DESC="Utilities for ntfs manipulations with FUSE module." 7.6 MAINTAINER="pankso@slitaz.org" 7.7 -DEPENDS="fuse ntfs-3g" 7.8 +DEPENDS="fuse ntfs-3g libuuid" 7.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 7.10 WEB_SITE="http://www.linux-ntfs.org/" 7.11 WGET_URL="$SF_MIRROR/linux-ntfs/$TARBALL" 7.12 @@ -18,8 +18,8 @@ 7.13 --prefix=/usr \ 7.14 --mandir=/usr/share/man \ 7.15 --enable-fuse-module 7.16 - $CONFIGURE_ARGS 7.17 - make 7.18 + $CONFIGURE_ARGS && 7.19 + make && 7.20 make DESTDIR=$PWD/_pkg install 7.21 } 7.22
8.1 --- a/ntop/receipt Sat Mar 14 14:38:58 2009 +0000 8.2 +++ b/ntop/receipt Sat Mar 14 14:52:47 2009 +0000 8.3 @@ -8,7 +8,7 @@ 8.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 8.5 WEB_SITE="http://www.ntop.org/" 8.6 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 8.7 -DEPENDS="zlib openssl libpng libpcap glibc gdbm rrdtool perl" 8.8 +DEPENDS="zlib openssl libpng libpcap glibc gdbm rrdtool perl pcre" 8.9 BUILD_DEPENDS="zlib-dev openssl-dev libpng-dev libpcap libtool glibc-dev gdbm-dev rrdtool autoconf automake rrdtool-dev" 8.10 CONFIG_FILES="/etc/ntop" 8.11
9.1 --- a/ntp/receipt Sat Mar 14 14:38:58 2009 +0000 9.2 +++ b/ntp/receipt Sat Mar 14 14:52:47 2009 +0000 9.3 @@ -8,7 +8,7 @@ 9.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 9.5 WEB_SITE="http://www.ntp.org/" 9.6 WGET_URL="http://archive.ntp.org/ntp4/$TARBALL" 9.7 -DEPENDS="libcrypto" 9.8 +DEPENDS="libcrypto readline" 9.9 CONFIG_FILES="/etc/ntp.conf" 9.10 9.11 # Rules to configure and make the package.