wok-4.x view mgetty-voicetools/receipt @ rev 8760
Fix: ocaml need -j1 to compile
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Mon Feb 21 04:34:17 2011 +0100 (2011-02-21) |
parents | c1ecd964ae3d |
children |
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 }