wok-next view recorder/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents c022997c7a57
children 69bb65a67c90
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 WEB_SITE="https://code.google.com/archive/p/recorder/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://recorder.googlecode.com/files/$TARBALL" # FIXME
14 BUILD_DEPENDS="python-pygtk-dev"
16 compile_rules() {
17 cp $stuff/Makefile Makefile
18 make DESTDIR=$install install
19 }
21 genpkg_rules() {
22 mkdir -p $fs/usr
23 cp -a $install/usr/bin $fs/usr/
24 cp -a $install/usr/share $fs/usr/
25 DEPENDS="python-pygtk coreutils cdrkit dvd+rw-tools"
26 }