SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "audacity"

# SliTaz package receipt.

PACKAGE="audacity"
VERSION="1.3.13"
CATEGORY="multimedia"
SHORT_DESC="software for recording and editing sounds"
MAINTAINER="allan316@gmail.com"
DEPENDS="wxWidgets ffmpeg libvorbis imlib2 libid3tag libmad flac libsndfile \
lame alsa-lib xorg-libXxf86vm"
BUILD_DEPENDS="wxWidgets-dev ffmpeg-dev libvorbis-dev libmad-dev flac-dev \
libsndfile-dev lame-dev alsa-lib-dev portaudio-dev"
TARBALL="$PACKAGE-minsrc-$VERSION-beta.tar.bz2"
WEB_SITE="http://audacity.sourceforge.net"
WGET_URL="http://audacity.googlecode.com/files/$TARBALL"
TAGS="sound audio recorder editor"

# Rules to configure and make the package.
compile_rules()
{
    mv $PACKAGE-src-$VERSION-beta $PACKAGE-$VERSION 2>/dev/null
    cd $src
    ./configure \
        --prefix=/usr \
        --infodir=/usr/share/info \
        --mandir=/usr/share/man \
        --without-ffmpeg \
        $CONFIGURE_ARGS &&
    make && make DESTDIR=$PWD/_pkg install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr $fs/usr/share
    cp -a $_pkg/usr/bin $fs/usr
    cp -a $_pkg/usr/share/applications $fs/usr/share    
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)