wok annotate readom/receipt @ rev 5353

Up: qt-everywhere-opensource-src (4.6.2) - Renamed qt-x11-opensource-src to qt-everywhere-opensource-src. Updated WEBSITE and WGET_URL. Remove libQtOpenGL since its not in qt anymore.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Apr 28 16:29:16 2010 +0000 (2010-04-28)
parents
children 063ab2698119
rev   line source
allan316@4557 1 # SliTaz package receipt.
allan316@4557 2
allan316@4557 3 PACKAGE="readom"
allan316@4557 4 VERSION="1.1.9"
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 DEPENDS=""
allan316@4557 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
allan316@4557 10 WEB_SITE="http://www.cdrkit.org/"
allan316@4557 11 WANTED="cdrkit"
allan316@4557 12
allan316@4557 13 # Rules to gen a SliTaz package suitable for Tazpkg.
allan316@4557 14 genpkg_rules()
allan316@4557 15 {
allan316@4557 16 mkdir -p $fs/usr/bin
allan316@4557 17 cp $_pkg/usr/bin/readom $fs/usr/bin
allan316@4557 18 strip -s $fs/usr/bin/*
allan316@4557 19
allan316@4557 20 # Make symlinks for cdrtools compatibility
allan316@4557 21 cd $fs/usr/bin
allan316@4557 22 ln -s readom readcd
allan316@4557 23 }