wok view readom/receipt @ rev 6094

tazbb/sort_cook_list: wanted fix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 30 16:34:18 2010 +0200 (2010-08-30)
parents c3ba7c0d47f3
children 129bb5b11a7e
line source
1 # SliTaz package receipt.
3 PACKAGE="readom"
4 VERSION="1.1.10"
5 CATEGORY="utilities"
6 SHORT_DESC="readom as readcd for use with graveman"
7 MAINTAINER="allan316@gmail.com"
8 DEPENDS=""
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.cdrkit.org/"
11 WANTED="cdrkit"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/bin
17 cp $_pkg/usr/bin/readom $fs/usr/bin
18 strip -s $fs/usr/bin/*
20 # Make symlinks for cdrtools compatibility
21 cd $fs/usr/bin
22 ln -s readom readcd
23 }