wok-next view recorder/receipt @ rev 21718
Up dropbear (2020.80)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 29 08:19:44 2020 +0000 (2020-07-29) |
parents | d5aab818505e |
children |
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://web.archive.org/web/20170224152357/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 }