# 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/
}