wok annotate readom/receipt @ rev 16757

Up sshfs-fuse (2.5)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 16 20:36:28 2014 +0200 (2014-06-16)
parents 6ae72f4eee59
children 73f36875e5a7
rev   line source
allan316@4557 1 # SliTaz package receipt.
allan316@4557 2
allan316@4557 3 PACKAGE="readom"
slaxemulator@9824 4 VERSION="1.1.11"
allan316@4557 5 CATEGORY="utilities"
allan316@4557 6 SHORT_DESC="readom as readcd for use with graveman"
allan316@4557 7 MAINTAINER="allan316@gmail.com"
pascal@15600 8 LICENSE="GPL2"
allan316@4557 9 WEB_SITE="http://www.cdrkit.org/"
allan316@4557 10 WANTED="cdrkit"
allan316@4557 11
allan316@4557 12 # Rules to gen a SliTaz package suitable for Tazpkg.
allan316@4557 13 genpkg_rules()
allan316@4557 14 {
allan316@4557 15 mkdir -p $fs/usr/bin
pascal@15600 16 cp $install/usr/bin/readom $fs/usr/bin
allan316@4557 17
allan316@4557 18 # Make symlinks for cdrtools compatibility
slaxemulator@8966 19 cd $fs/usr/bin
slaxemulator@8966 20 ln -s readom readcd
allan316@4557 21 }