wok-next view speakup-utils/receipt @ rev 21627
updated enet (1.2.1 -> 1.3.15)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jun 25 16:07:08 2020 +0100 (2020-06-25) |
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 }