wok view mgetty-voicetools/receipt @ rev 1699

Add: get-eclipse-pdt, get and install eclipse PDT
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Nov 13 00:04:59 2008 +0100 (2008-11-13)
parents
children 9cbcdb219b50
line source
1 # SliTaz package receipt.
3 PACKAGE="mgetty-voicetools"
4 VERSION="1.1.35"
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 }