# HG changeset patch # User Pascal Bellard # Date 1223158121 0 # Node ID 61bc01878920493982b052dcd8799f1e2c3fdf0e # Parent d740174ffa18032b211de2e46756fd61f1f4dc18 Update BUILD_DEPENDS for galculator kino mpd partimage diff -r d740174ffa18 -r 61bc01878920 galculator/receipt --- a/galculator/receipt Sat Oct 04 19:34:42 2008 +0000 +++ b/galculator/receipt Sat Oct 04 22:08:41 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="Graphical scientific calculator." MAINTAINER="pankso@slitaz.org" DEPENDS="gtk+ libglade" +BUILD_DEPENDS="perl pkg-config gtk+-dev libglade-dev xorg-xproto" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://galculator.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -16,8 +17,8 @@ cd $src ./configure \ --prefix=/usr \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r d740174ffa18 -r 61bc01878920 kino/receipt --- a/kino/receipt Sat Oct 04 19:34:42 2008 +0000 +++ b/kino/receipt Sat Oct 04 22:08:41 2008 +0000 @@ -9,7 +9,8 @@ libiec61883 xorg-libXv linux-ieee1394" BUILD_DEPENDS="perl xorg-dev xorg-dev-proto gtk+-dev libglade-dev libdv-dev libraw1394-dev libavc1394-dev libsamplerate-dev xorg-libXv-dev - libiec61883-dev libxml2-dev bash libpng-dev freetype-dev fontconfig-dev" + libiec61883-dev libxml2-dev bash libpng-dev freetype-dev + fontconfig-dev libiec61883" SUGGESTED="lame vorbis-tools mjpegtools dvdauthor" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.kinodv.org/" @@ -23,8 +24,8 @@ --prefix=/usr \ --mandir=/usr/share/man \ --sysconfdir=/etc \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r d740174ffa18 -r 61bc01878920 mpd/receipt --- a/mpd/receipt Sat Oct 04 19:34:42 2008 +0000 +++ b/mpd/receipt Sat Oct 04 22:08:41 2008 +0000 @@ -7,7 +7,7 @@ MAINTAINER="paul@slitaz.org" DEPENDS="libid3tag libmad libogg libvorbis libsamplerate flac" BUILD_DEPENDS="alsa-lib-dev zlib-dev libid3tag-dev libsamplerate-dev \ - libmad-dev libogg-dev libvorbis-dev flac-dev" + libmad-dev libogg-dev libvorbis-dev flac-dev libsamplerate" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.musicpd.org/" WGET_URL="http://www.musicpd.org/uploads/files/$TARBALL" @@ -17,8 +17,8 @@ { cd $src ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS - make + --mandir=/usr/share/man $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r d740174ffa18 -r 61bc01878920 partimage/receipt --- a/partimage/receipt Sat Oct 04 19:34:42 2008 +0000 +++ b/partimage/receipt Sat Oct 04 22:08:41 2008 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Saves partitions in an image file." MAINTAINER="erjo@slitaz.org" DEPENDS="newt bzip2 openssl" -BUILD_DEPENDS="newt-dev slang-dev bzip2-dev openssl-dev" +BUILD_DEPENDS="newt newt-dev slang-dev bzip2-dev openssl-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.partimage.org/Index.fr.html" WGET_URL="http://heanet.dl.sourceforge.net/sourceforge/partimage/$TARBALL" @@ -18,8 +18,8 @@ ./configure --prefix=/usr \ --sysconfdir=/etc \ --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS - make + --mandir=/usr/share/man $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install }