wok view recorder/receipt @ rev 22147

updated xalan-c and xalan-c-dev (1.10.0 -> 1.11)
author Hans-G?nter Theisgen
date Wed Nov 06 16:26:14 2019 +0100 (2019-11-06)
parents 6135577f4d08
children 0f92b8cc8086
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://web.archive.org/web/20170224152357/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 }