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

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
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 }