wok view recorder/receipt @ rev 16581

ARM: add jack-audio-connection-kit, portaudio and espeak
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 04 04:42:11 2014 +0200 (2014-05-04)
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 }