wok view readom/receipt @ rev 13821

[A-e]*/*.desktop files: sort (for easy reading), add translations (from web + my ru), verify (using desktop-file-validate), fix. To be continued...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 07 01:07:44 2013 +0000 (2013-01-07)
parents 02bbaa9d12ba
children de49f29b101e
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 WEB_SITE="http://www.cdrkit.org/"
9 WANTED="cdrkit"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 cp $_pkg/usr/bin/readom $fs/usr/bin
17 # Make symlinks for cdrtools compatibility
18 cd $fs/usr/bin
19 ln -s readom readcd
20 }