wok rev 4557
add readom
author | Allan Pinto <allan316@gmail.com> |
---|---|
date | Sat Dec 05 09:55:36 2009 +0000 (2009-12-05) |
parents | 925caa2692f7 |
children | 2020626843db |
files | readom/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/readom/receipt Sat Dec 05 09:55:36 2009 +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 +}