SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "recorder"

# SliTaz package receipt.

PACKAGE="recorder"
VERSION="1.4.5"
CATEGORY="utilities"
SHORT_DESC="A simple GTK+ disc burner"
MAINTAINER="devl547@gmail.com"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
DEPENDS="pygtk coreutils cdrkit dvd+rw-tools"
BUILD_DEPENDS="pygtk-dev"
WEB_SITE="http://code.google.com/p/recorder/"
WGET_URL="http://recorder.googlecode.com/files/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    cp $stuff/Makefile Makefile
    make DESTDIR=$PWD/_pkg install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a $_pkg/usr/bin $fs/usr/
    cp -a $_pkg/usr/share $fs/usr/
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)