wok diff aqualung/receipt @ rev 12980
icedtea6-jdk: add source links
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 02 13:16:54 2012 +0200 (2012-06-02) |
parents | 395ec8205cff |
children | efe6d158ca02 |
line diff
1.1 --- a/aqualung/receipt Sun Feb 28 12:41:24 2010 +0100 1.2 +++ b/aqualung/receipt Sat Jun 02 13:16:54 2012 +0200 1.3 @@ -5,27 +5,24 @@ 1.4 CATEGORY="multimedia" 1.5 SHORT_DESC="Aqualung audio player." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="gtk+ alsa-lib libogg libvorbis flac lame libsamplerate libsndfile libmodplug libcdio libmad bzlib" 1.8 -BUILD_DEPENDS="gtk+-dev alsa-lib-dev libogg-dev libvorbis-dev flac-dev \ 1.9 -lame-dev libsamplerate-dev" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://aqualung.factorial.hu/" 1.12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.13 TAGS="music audio player mp3 ogg" 1.14 1.15 +DEPENDS="gtk+ alsa-lib libogg libvorbis flac lame libsamplerate libsndfile \ 1.16 +libmodplug libcdio libmad bzlib" 1.17 +BUILD_DEPENDS="gtk+-dev alsa-lib-dev libogg-dev libvorbis-dev flac-dev \ 1.18 +lame-dev libsamplerate-dev libmad-dev libsndfile-dev" 1.19 + 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 cd $src 1.24 ./configure \ 1.25 - --prefix=/usr \ 1.26 - --infodir=/usr/share/info \ 1.27 - --mandir=/usr/share/man \ 1.28 --with-lavc=no \ 1.29 - --with-jack=no \ 1.30 - $CONFIGURE_ARGS && 1.31 - make && 1.32 - make DESTDIR=$PWD/_pkg install 1.33 + --with-jack=no && 1.34 + make && make install 1.35 } 1.36 1.37 # Rules to gen a SliTaz package suitable for Tazpkg.