wok view recorder/receipt @ rev 10133

Up: libcap to 2.21.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 17:26:44 2011 +0000 (2011-05-20)
parents d792bbad32e2
children de49f29b101e
line source
1 # SliTaz package receipt.
3 PACKAGE="recorder"
4 VERSION="1.4.5"
5 CATEGORY="utilities"
6 SHORT_DESC="A simple GTK+ disc burner"
7 MAINTAINER="devl547@gmail.com"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 DEPENDS="pygtk coreutils cdrkit dvd+rw-tools"
10 BUILD_DEPENDS="pygtk-dev"
11 WEB_SITE="http://code.google.com/p/recorder/"
12 WGET_URL="http://recorder.googlecode.com/files/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 cp $stuff/Makefile Makefile
19 make DESTDIR=$PWD/_pkg install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $_pkg/usr/bin $fs/usr/
27 cp -a $_pkg/usr/share $fs/usr/
28 }