wok annotate readom/receipt @ rev 8966

Removed all TARBALL, SRC_WANTED, and some BUILD_DEPENDS in wanted receipts. There not needed to be update.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Mar 02 03:12:51 2011 +0000 (2011-03-02)
parents 063ab2698119
children 02bbaa9d12ba
rev   line source
allan316@4557 1 # SliTaz package receipt.
allan316@4557 2
allan316@4557 3 PACKAGE="readom"
slaxemulator@5386 4 VERSION="1.1.10"
allan316@4557 5 CATEGORY="utilities"
allan316@4557 6 SHORT_DESC="readom as readcd for use with graveman"
allan316@4557 7 MAINTAINER="allan316@gmail.com"
allan316@4557 8 WEB_SITE="http://www.cdrkit.org/"
allan316@4557 9 WANTED="cdrkit"
allan316@4557 10
allan316@4557 11 # Rules to gen a SliTaz package suitable for Tazpkg.
allan316@4557 12 genpkg_rules()
allan316@4557 13 {
allan316@4557 14 mkdir -p $fs/usr/bin
allan316@4557 15 cp $_pkg/usr/bin/readom $fs/usr/bin
allan316@4557 16 strip -s $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 }