wok-next view recorder/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
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 }