wok view 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 source
1 # SliTaz package receipt.
3 PACKAGE="readom"
4 VERSION="1.1.9"
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 }