wok view recorder/receipt @ rev 20679

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 26 12:26:47 2019 +0100 (2019-01-26)
parents de49f29b101e
children 2d4c3cc3ef95
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="https://code.google.com/archive/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 }