wok view recorder/receipt @ rev 16818

Up libffi (3.1); stabilize glib (2.40.0).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 11 10:11:07 2014 +0300 (2014-07-11)
parents 940b5937e496
children 6135577f4d08
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 LICENSE="GPL3"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://code.google.com/p/recorder/"
11 WGET_URL="http://recorder.googlecode.com/files/$TARBALL"
13 DEPENDS="pygtk coreutils cdrkit dvd+rw-tools"
14 BUILD_DEPENDS="pygtk-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 cp $stuff/Makefile Makefile
21 make DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $install/usr/bin $fs/usr/
29 cp -a $install/usr/share $fs/usr/
30 }