wok view readom/receipt @ rev 23756
gst-plugins-base-1.0: added build dependency automake
author | Hans-G?nter Theisgen |
---|---|
date | Sat May 02 16:58:52 2020 +0100 (2020-05-02) |
parents | 6ae72f4eee59 |
children | 73f36875e5a7 |
line source
1 # SliTaz package receipt.
3 PACKAGE="readom"
4 VERSION="1.1.11"
5 CATEGORY="utilities"
6 SHORT_DESC="readom as readcd for use with graveman"
7 MAINTAINER="allan316@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.cdrkit.org/"
10 WANTED="cdrkit"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp $install/usr/bin/readom $fs/usr/bin
18 # Make symlinks for cdrtools compatibility
19 cd $fs/usr/bin
20 ln -s readom readcd
21 }