wok annotate audacity/receipt @ rev 8070

Split mesa-dri-ati in 3 pkgs
author Antoine Bodin <gokhlayeh@slitaz.org>
date Fri Jan 21 23:10:40 2011 +0100 (2011-01-21)
parents 44af3c127293
children f812ce1bd690
rev   line source
allan316@3200 1 # SliTaz package receipt.
allan316@3200 2
allan316@3200 3 PACKAGE="audacity"
slaxemulator@5357 4 VERSION="1.3.12"
allan316@3200 5 CATEGORY="multimedia"
allan316@3200 6 SHORT_DESC="software for recording and editing sounds"
allan316@3200 7 MAINTAINER="allan316@gmail.com"
pankso@3264 8 DEPENDS="wxWidgets ffmpeg libvorbis imlib2 libid3tag libmad flac libsndfile \
pascal@4998 9 lame alsa-lib xorg-libXxf86vm"
pankso@3264 10 BUILD_DEPENDS="wxWidgets-dev ffmpeg-dev libvorbis-dev libmad-dev flac-dev \
erjo@5744 11 libsndfile-dev lame-dev alsa-lib-dev portaudio-dev"
slaxemulator@5357 12 TARBALL="$PACKAGE-minsrc-$VERSION-beta.tar.bz2"
allan316@3200 13 WEB_SITE="http://audacity.sourceforge.net"
slaxemulator@5357 14 WGET_URL="http://audacity.googlecode.com/files/$TARBALL"
jozee@3564 15 TAGS="sound audio recorder editor"
allan316@3200 16
allan316@3200 17 # Rules to configure and make the package.
allan316@3200 18 compile_rules()
allan316@3200 19 {
slaxemulator@5357 20 mv $PACKAGE-src-$VERSION-beta $PACKAGE-$VERSION 2>/dev/null
allan316@3200 21 cd $src
allan316@3200 22 ./configure \
allan316@3200 23 --prefix=/usr \
allan316@3200 24 --infodir=/usr/share/info \
allan316@3200 25 --mandir=/usr/share/man \
pankso@3264 26 --without-ffmpeg \
devl547@6022 27 --without-portmixer \
allan316@3200 28 $CONFIGURE_ARGS &&
allan316@3200 29 make && make DESTDIR=$PWD/_pkg install
allan316@3200 30 }
allan316@3200 31
allan316@3200 32 # Rules to gen a SliTaz package suitable for Tazpkg.
allan316@3200 33 genpkg_rules()
allan316@3200 34 {
allan316@3200 35 mkdir -p $fs/usr $fs/usr/share
allan316@3200 36 cp -a $_pkg/usr/bin $fs/usr
allan316@3200 37 cp -a $_pkg/usr/share/applications $fs/usr/share
allan316@3200 38 }