wok-6.x view aqualung/receipt @ rev 13025

clucene-dev, clucene, drupal, fcitx-skin-default, fcitx-zm, gejengel, hd2u, input-utils, jdk6-jaf, jdk6-jaxp, jdk6-jaxws, kismet, libedit-dev, libedit, linux-module-headers, linux-ocfs2, linux-staging, linux64-ocfs2, linux64-staging, menu-railroad, nfs-utils, ode-dev, openjdk-6-src, runcom, talloc-python, vlc-plugin, xorg-xf86-video-neomagic: fix maintainer
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 11 17:36:31 2012 +0200 (2012-06-11)
parents 395ec8205cff
children efe6d158ca02
line source
1 # SliTaz package receipt.
3 PACKAGE="aqualung"
4 VERSION="0.9beta10"
5 CATEGORY="multimedia"
6 SHORT_DESC="Aqualung audio player."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://aqualung.factorial.hu/"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
11 TAGS="music audio player mp3 ogg"
13 DEPENDS="gtk+ alsa-lib libogg libvorbis flac lame libsamplerate libsndfile \
14 libmodplug libcdio libmad bzlib"
15 BUILD_DEPENDS="gtk+-dev alsa-lib-dev libogg-dev libvorbis-dev flac-dev \
16 lame-dev libsamplerate-dev libmad-dev libsndfile-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 ./configure \
23 --with-lavc=no \
24 --with-jack=no &&
25 make && make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr/share/pixmaps
32 cp -a $_pkg/usr/bin $fs/usr
33 cp -a $_pkg/usr/share/aqualung $fs/usr/share
34 # Remove doc
35 rm -rf $fs/usr/share/aqualung/doc
36 cd $fs/usr/share/pixmaps
37 ln -s ../aqualung/general.png aqualung.png
38 }