wok-current diff readom/receipt @ rev 4775
get-virtualbox: add missing file.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed Jan 13 13:44:59 2010 +0100 (2010-01-13) |
parents | |
children | 063ab2698119 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/readom/receipt Wed Jan 13 13:44:59 2010 +0100 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 +}