wok view mgetty-voicetools/receipt @ rev 23801

created recipes for xcb-util-cursor and xcb-util-cursor-dev
author Hans-G?nter Theisgen
date Sun May 24 07:21:45 2020 +0100 (2020-05-24)
parents 7896f0694ef6
children
line source
1 # SliTaz package receipt.
3 PACKAGE="mgetty-voicetools"
4 VERSION="1.2.1"
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/"
11 DEPENDS="mgetty"
12 WANTED="mgetty"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr
18 cp -a $install/usr/bin $fs/usr
19 }