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"
LICENSE="GPL3"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="https://web.archive.org/web/20170224152357/https://code.google.com/archive/p/recorder/"
WGET_URL="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/$PACKAGE/$TARBALL"

DEPENDS="pygtk coreutils cdrkit dvd+rw-tools"
BUILD_DEPENDS="pygtk-dev"

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

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

6047 packages and 209931 files in current database (Wed Jun 26 15:35:30 2024)