wok-next view speakup-utils/receipt @ rev 21332

updated libvirt (4.3.0 -> 5.10.0)
author Hans-G?nter Theisgen
date Thu Dec 12 17:26:25 2019 +0100 (2019-12-12)
parents f48456621a9d
children
line source
1 # SliTaz package receipt.
3 PACKAGE="speakup-utils"
4 VERSION="3.1.6"
5 CATEGORY="misc"
6 SHORT_DESC="Tiny utilities for controlling the Speakup screenreader"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://linux-speakup.org/"
11 TARBALL="speakup-$VERSION.tar.bz2"
12 WGET_URL="ftp://linux-speakup.org/pub/speakup/$TARBALL"
15 genpkg_rules() {
16 cd $src/tools
17 install -D -m755 speakupconf "$fs/usr/bin/speakupconf" || return 1
18 install -D -m755 talkwith "$fs/usr/sbin/talkwith" || return 1
19 DEPENDS="linux-speakup"
20 }