wok diff 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
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/readom/receipt	Wed Apr 28 16:29:16 2010 +0000
     1.3 @@ -0,0 +1,23 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="readom"
     1.7 +VERSION="1.1.9"
     1.8 +CATEGORY="utilities"
     1.9 +SHORT_DESC="readom as readcd for use with graveman"
    1.10 +MAINTAINER="allan316@gmail.com"
    1.11 +DEPENDS=""
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://www.cdrkit.org/"
    1.14 +WANTED="cdrkit"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	mkdir -p $fs/usr/bin
    1.20 +	cp $_pkg/usr/bin/readom $fs/usr/bin
    1.21 +	strip -s $fs/usr/bin/*
    1.22 +
    1.23 +	# Make symlinks for cdrtools compatibility
    1.24 +  cd $fs/usr/bin
    1.25 +  ln -s readom readcd
    1.26 +}