wok-current rev 1484
Update BUILD_DEPENDS for galculator kino mpd partimage
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 04 22:08:41 2008 +0000 (2008-10-04) |
parents | d740174ffa18 |
children | b1b0dea92d3d |
files | galculator/receipt kino/receipt mpd/receipt partimage/receipt |
line diff
1.1 --- a/galculator/receipt Sat Oct 04 19:34:42 2008 +0000 1.2 +++ b/galculator/receipt Sat Oct 04 22:08:41 2008 +0000 1.3 @@ -6,6 +6,7 @@ 1.4 SHORT_DESC="Graphical scientific calculator." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 DEPENDS="gtk+ libglade" 1.7 +BUILD_DEPENDS="perl pkg-config gtk+-dev libglade-dev xorg-xproto" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://galculator.sourceforge.net/" 1.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.11 @@ -16,8 +17,8 @@ 1.12 cd $src 1.13 ./configure \ 1.14 --prefix=/usr \ 1.15 - $CONFIGURE_ARGS 1.16 - make 1.17 + $CONFIGURE_ARGS && 1.18 + make && 1.19 make DESTDIR=$PWD/_pkg install 1.20 } 1.21
2.1 --- a/kino/receipt Sat Oct 04 19:34:42 2008 +0000 2.2 +++ b/kino/receipt Sat Oct 04 22:08:41 2008 +0000 2.3 @@ -9,7 +9,8 @@ 2.4 libiec61883 xorg-libXv linux-ieee1394" 2.5 BUILD_DEPENDS="perl xorg-dev xorg-dev-proto gtk+-dev libglade-dev libdv-dev 2.6 libraw1394-dev libavc1394-dev libsamplerate-dev xorg-libXv-dev 2.7 - libiec61883-dev libxml2-dev bash libpng-dev freetype-dev fontconfig-dev" 2.8 + libiec61883-dev libxml2-dev bash libpng-dev freetype-dev 2.9 + fontconfig-dev libiec61883" 2.10 SUGGESTED="lame vorbis-tools mjpegtools dvdauthor" 2.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.12 WEB_SITE="http://www.kinodv.org/" 2.13 @@ -23,8 +24,8 @@ 2.14 --prefix=/usr \ 2.15 --mandir=/usr/share/man \ 2.16 --sysconfdir=/etc \ 2.17 - $CONFIGURE_ARGS 2.18 - make 2.19 + $CONFIGURE_ARGS && 2.20 + make && 2.21 make DESTDIR=$PWD/_pkg install 2.22 } 2.23
3.1 --- a/mpd/receipt Sat Oct 04 19:34:42 2008 +0000 3.2 +++ b/mpd/receipt Sat Oct 04 22:08:41 2008 +0000 3.3 @@ -7,7 +7,7 @@ 3.4 MAINTAINER="paul@slitaz.org" 3.5 DEPENDS="libid3tag libmad libogg libvorbis libsamplerate flac" 3.6 BUILD_DEPENDS="alsa-lib-dev zlib-dev libid3tag-dev libsamplerate-dev \ 3.7 - libmad-dev libogg-dev libvorbis-dev flac-dev" 3.8 + libmad-dev libogg-dev libvorbis-dev flac-dev libsamplerate" 3.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.10 WEB_SITE="http://www.musicpd.org/" 3.11 WGET_URL="http://www.musicpd.org/uploads/files/$TARBALL" 3.12 @@ -17,8 +17,8 @@ 3.13 { 3.14 cd $src 3.15 ./configure --prefix=/usr --infodir=/usr/share/info \ 3.16 - --mandir=/usr/share/man $CONFIGURE_ARGS 3.17 - make 3.18 + --mandir=/usr/share/man $CONFIGURE_ARGS && 3.19 + make && 3.20 make DESTDIR=$PWD/_pkg install 3.21 } 3.22
4.1 --- a/partimage/receipt Sat Oct 04 19:34:42 2008 +0000 4.2 +++ b/partimage/receipt Sat Oct 04 22:08:41 2008 +0000 4.3 @@ -6,7 +6,7 @@ 4.4 SHORT_DESC="Saves partitions in an image file." 4.5 MAINTAINER="erjo@slitaz.org" 4.6 DEPENDS="newt bzip2 openssl" 4.7 -BUILD_DEPENDS="newt-dev slang-dev bzip2-dev openssl-dev" 4.8 +BUILD_DEPENDS="newt newt-dev slang-dev bzip2-dev openssl-dev" 4.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 4.10 WEB_SITE="http://www.partimage.org/Index.fr.html" 4.11 WGET_URL="http://heanet.dl.sourceforge.net/sourceforge/partimage/$TARBALL" 4.12 @@ -18,8 +18,8 @@ 4.13 ./configure --prefix=/usr \ 4.14 --sysconfdir=/etc \ 4.15 --infodir=/usr/share/info \ 4.16 - --mandir=/usr/share/man $CONFIGURE_ARGS 4.17 - make 4.18 + --mandir=/usr/share/man $CONFIGURE_ARGS && 4.19 + make && 4.20 make DESTDIR=$PWD/_pkg install 4.21 } 4.22