wok-6.x view mgetty-voicetools/receipt @ rev 6808
Fixed gettext-base and gettext. This is so we only need gettext-base in tazpkg since /usr/bin/gettext.sh needs ngettext and envsubst.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Oct 19 12:45:19 2010 +0000 (2010-10-19) |
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 }