wok-next view mgetty-voicetools/receipt @ rev 9387

v4l-dvb: add patches for kernel 2.6.37
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 26 12:32:20 2011 +0100 (2011-03-26)
parents c1ecd964ae3d
children 7896f0694ef6
line source
1 # SliTaz package receipt.
3 PACKAGE="mgetty-voicetools"
4 VERSION="1.1.37"
5 CATEGORY="network"
6 SHORT_DESC="Convertion tool set for vgetty."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://mgetty.greenie.net/"
9 DEPENDS="mgetty"
10 WANTED="mgetty"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr
16 cp -a $_pkg/usr/bin $fs/usr
17 }