wok view readom/receipt @ rev 8517

Moved firefox depend to script receipt depend in get-realplayer.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 12 06:26:12 2011 +0000 (2011-02-12)
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 }