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

updated davfs2 (1.5.4 -> 1.5.6)
author Hans-G?nter Theisgen
date Tue Jun 23 15:33:53 2020 +0100 (2020-06-23)
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 }