wok-6.x view mgetty-voicetools/receipt @ rev 16451
glibc-base: default locale is only en_US, other are moved to locale-** (say not to duplicate files); some locale definition files has their dependencies
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Apr 19 12:09:55 2014 +0300 (2014-04-19) |
parents | 9cbcdb219b50 |
children | a4a2b897d572 |
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 LICENSE="GPL2"
9 WEB_SITE="http://mgetty.greenie.net/"
10 DEPENDS="mgetty"
11 WANTED="mgetty"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr
17 cp -a $install/usr/bin $fs/usr
18 }