wok view readom/receipt @ rev 8702

add:nconf
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Feb 17 23:11:56 2011 +0100 (2011-02-17)
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 }