# HG changeset patch # User Pascal Bellard # Date 1222954658 0 # Node ID 3e8ffa6ff731776cd89699f808315de33b1bec93 # Parent 678071bbccce191007eada40192cfe9378d4b521 update BUILD_DEPENDS for bastet dropbear enchant gamin htop lame and nano diff -r 678071bbccce -r 3e8ffa6ff731 bastet/receipt --- a/bastet/receipt Thu Oct 02 00:00:10 2008 +0200 +++ b/bastet/receipt Thu Oct 02 13:37:38 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="Bastard tetris clone." MAINTAINER="pankso@slitaz.org" DEPENDS="ncurses" +BUILD_DEPENDS="ncurses-dev" TARBALL="$PACKAGE-$VERSION.tgz" WEB_SITE="http://fph.altervista.org/prog/bastet.shtml" WGET_URL="http://fph.altervista.org/prog/bastet-0.41.tgz" @@ -14,7 +15,7 @@ compile_rules() { cd $src - make + make && strip bastet } diff -r 678071bbccce -r 3e8ffa6ff731 dropbear/receipt --- a/dropbear/receipt Thu Oct 02 00:00:10 2008 +0200 +++ b/dropbear/receipt Thu Oct 02 13:37:38 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="Light SSH client and server." MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" +BUILD_DEPENDS="zlib-dev" WEB_SITE="http://matt.ucc.asn.au/dropbear/dropbear.html" WGET_URL="http://matt.ucc.asn.au/dropbear/releases/$TARBALL" CONFIG_FILES="/etc/dropbear" @@ -18,14 +19,14 @@ DROPBEARS="dropbearkey dropbearconvert dbclient scp" cd $src patch -p1 < ../stuff/dropbear-xauth.u - ./configure --prefix=/usr $CONFIGURE_ARGS - make PROGRAMS="dropbear $DROPBEARS" MULTI=1 - install -d -m 755 $PWD/_pkg/usr/sbin - install -m 755 dropbearmulti $PWD/_pkg/usr/sbin/dropbear - chown root $PWD/_pkg/usr/sbin/dropbear - chgrp 0 $PWD/_pkg/usr/sbin/dropbear - install -d -m 755 $PWD/_pkg/usr/bin - for i in $DROPBEARS ssh; do + ./configure --prefix=/usr $CONFIGURE_ARGS && + make PROGRAMS="dropbear $DROPBEARS" MULTI=1 && + install -d -m 755 $PWD/_pkg/usr/sbin && + install -m 755 dropbearmulti $PWD/_pkg/usr/sbin/dropbear && + chown root $PWD/_pkg/usr/sbin/dropbear && + chgrp 0 $PWD/_pkg/usr/sbin/dropbear && + install -d -m 755 $PWD/_pkg/usr/bin && + for i in $DROPBEARS ssh; do && ln -s ../sbin/dropbear $PWD/_pkg/usr/bin/$i done } diff -r 678071bbccce -r 3e8ffa6ff731 enchant/receipt --- a/enchant/receipt Thu Oct 02 00:00:10 2008 +0200 +++ b/enchant/receipt Thu Oct 02 13:37:38 2008 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Enchant spell checking library." MAINTAINER="pankso@slitaz.org" +BUILD_DEPENDS="pkg-config" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.abisource.com/projects/enchant/" WGET_URL="http://www.abisource.com/downloads/enchant/$VERSION/$TARBALL" @@ -16,8 +17,8 @@ ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r 678071bbccce -r 3e8ffa6ff731 gamin/receipt --- a/gamin/receipt Thu Oct 02 00:00:10 2008 +0200 +++ b/gamin/receipt Thu Oct 02 13:37:38 2008 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="File and directory monitoring system." MAINTAINER="pankso@slitaz.org" +BUILD_DEPENDS="pkg-config" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnome.org/~veillard/gamin/" WGET_URL="http://www.gnome.org/~veillard/gamin/sources/$TARBALL" @@ -19,8 +20,8 @@ --libexecdir=/usr/lib/gamin \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r 678071bbccce -r 3e8ffa6ff731 htop/receipt --- a/htop/receipt Thu Oct 02 00:00:10 2008 +0200 +++ b/htop/receipt Thu Oct 02 13:37:38 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="Interactive process viewer." MAINTAINER="pankso@slitaz.org" DEPENDS="ncurses" +BUILD_DEPENDS="ncurses-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://htop.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -14,8 +15,8 @@ compile_rules() { cd $src - ./configure --prefix=/usr --mandir=/usr/share/man $CONFIGURE_ARGS - make + ./configure --prefix=/usr --mandir=/usr/share/man $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r 678071bbccce -r 3e8ffa6ff731 lame/receipt --- a/lame/receipt Thu Oct 02 00:00:10 2008 +0200 +++ b/lame/receipt Thu Oct 02 13:37:38 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="MPEG Audio Layer III (MP3) encoder." MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" +BUILD_DEPENDS="gtk+-dev ncurses-dev" WEB_SITE="http://lame.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -17,8 +18,8 @@ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r 678071bbccce -r 3e8ffa6ff731 nano/receipt --- a/nano/receipt Thu Oct 02 00:00:10 2008 +0200 +++ b/nano/receipt Thu Oct 02 13:37:38 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="GNU Nano Text Editor." MAINTAINER="pankso@slitaz.org" DEPENDS="ncurses" +BUILD_DEPENDS="ncurses-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.nano-editor.org/" WGET_URL="http://www.nano-editor.org/dist/v2.0/$TARBALL" @@ -16,8 +17,8 @@ cd $src ./configure --enable-all --enable-extra --prefix=/usr \ --infodir=/usr/share/info --mandir=/usr/share/man \ - --sysconfdir=/etc $CONFIGURE_ARGS - make + --sysconfdir=/etc $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install }