wok view readom/receipt @ rev 9431

dropbear: fix xauth path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 31 12:57:23 2011 +0200 (2011-03-31)
parents 063ab2698119
children 02bbaa9d12ba
line source
1 # SliTaz package receipt.
3 PACKAGE="readom"
4 VERSION="1.1.10"
5 CATEGORY="utilities"
6 SHORT_DESC="readom as readcd for use with graveman"
7 MAINTAINER="allan316@gmail.com"
8 WEB_SITE="http://www.cdrkit.org/"
9 WANTED="cdrkit"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 cp $_pkg/usr/bin/readom $fs/usr/bin
16 strip -s $fs/usr/bin/*
18 # Make symlinks for cdrtools compatibility
19 cd $fs/usr/bin
20 ln -s readom readcd
21 }