wok-6.x rev 1451
emelfm2 flac libvorbis parted vorbis-tools: update BUILD_DEPENDS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 03 13:43:47 2008 +0000 (2008-10-03) |
parents | 7869c27eeaf7 |
children | b4ca1619acb9 |
files | emelfm2/receipt flac/receipt libvorbis/receipt parted/receipt vorbis-tools/receipt |
line diff
1.1 --- a/emelfm2/receipt Fri Oct 03 11:21:33 2008 +0000 1.2 +++ b/emelfm2/receipt Fri Oct 03 13:43:47 2008 +0000 1.3 @@ -6,6 +6,7 @@ 1.4 SHORT_DESC="GTK powerfull file manager." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 DEPENDS="gtk+" 1.7 +BUILD_DEPENDS="pkg-config gtk+ gtk+-dev xorg-xproto" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://emelfm2.net/" 1.10 WGET_URL="http://emelfm2.net/rel/$TARBALL" 1.11 @@ -14,9 +15,9 @@ 1.12 compile_rules() 1.13 { 1.14 cd $src 1.15 - make PREFIX=/usr 1.16 - make i18n PREFIX=/usr 1.17 - make install PREFIX=$PWD/_pkg/usr 1.18 + make PREFIX=/usr && 1.19 + make i18n PREFIX=/usr && 1.20 + make install PREFIX=$PWD/_pkg/usr && 1.21 make install_i18n PREFIX=$PWD/_pkg/usr 1.22 } 1.23
2.1 --- a/flac/receipt Fri Oct 03 11:21:33 2008 +0000 2.2 +++ b/flac/receipt Fri Oct 03 13:43:47 2008 +0000 2.3 @@ -6,6 +6,8 @@ 2.4 SHORT_DESC="FLAC stands for Free Lossless Audio Codec." 2.5 MAINTAINER="pankso@slitaz.org" 2.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.7 +DEPENDS="libogg" 2.8 +BUILD_DEPENDS="libogg-dev" 2.9 WEB_SITE="http://flac.sourceforge.net/" 2.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 2.11 2.12 @@ -16,8 +18,8 @@ 2.13 ./configure \ 2.14 --prefix=/usr \ 2.15 --mandir=/usr/share/man \ 2.16 - $CONFIGURE_ARGS 2.17 - make 2.18 + $CONFIGURE_ARGS && 2.19 + make && 2.20 make DESTDIR=$PWD/_pkg install 2.21 } 2.22
3.1 --- a/libvorbis/receipt Fri Oct 03 11:21:33 2008 +0000 3.2 +++ b/libvorbis/receipt Fri Oct 03 13:43:47 2008 +0000 3.3 @@ -5,6 +5,8 @@ 3.4 CATEGORY="multimedia" 3.5 SHORT_DESC="Vorbis base library." 3.6 MAINTAINER="pankso@slitaz.org" 3.7 +DEPENDS="libogg" 3.8 +BUILD_DEPENDS="libogg-dev" 3.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.10 WEB_SITE="http://www.xiph.org/" 3.11 WGET_URL="http://downloads.xiph.org/releases/vorbis/$TARBALL" 3.12 @@ -14,8 +16,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/parted/receipt Fri Oct 03 11:21:33 2008 +0000 4.2 +++ b/parted/receipt Fri Oct 03 13:43:47 2008 +0000 4.3 @@ -5,6 +5,7 @@ 4.4 CATEGORY="system-tools" 4.5 SHORT_DESC="GNU parted partition editor." 4.6 MAINTAINER="pankso@slitaz.org" 4.7 +BUILD_DEPENDS="e2fsprogs-dev" 4.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.9 WEB_SITE="http://www.gnu.org/software/parted/index.shtml" 4.10 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 4.11 @@ -20,8 +21,8 @@ 4.12 --disable-debug \ 4.13 --disable-Werror \ 4.14 --without-readline \ 4.15 - $CONFIGURE_ARGS 4.16 - make 4.17 + $CONFIGURE_ARGS && 4.18 + make && 4.19 make DESTDIR=$PWD/_pkg install 4.20 } 4.21
5.1 --- a/vorbis-tools/receipt Fri Oct 03 11:21:33 2008 +0000 5.2 +++ b/vorbis-tools/receipt Fri Oct 03 13:43:47 2008 +0000 5.3 @@ -5,6 +5,8 @@ 5.4 CATEGORY="multimedia" 5.5 SHORT_DESC="Vorbis encoder, decoder and tiny tools." 5.6 MAINTAINER="pankso@slitaz.org" 5.7 +DEPENDS="libogg" 5.8 +BUILD_DEPENDS="libogg-dev" 5.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.10 WEB_SITE="http://www.vorbis.com/" 5.11 WGET_URL="http://downloads.xiph.org/releases/vorbis/$TARBALL" 5.12 @@ -16,8 +18,8 @@ 5.13 ./configure \ 5.14 --prefix=/usr \ 5.15 --mandir=/usr/share/man \ 5.16 - $CONFIGURE_ARGS 5.17 - make 5.18 + $CONFIGURE_ARGS && 5.19 + make && 5.20 make DESTDIR=$PWD/_pkg install 5.21 } 5.22