wok-next annotate speakup-utils/receipt @ rev 21426

updated qcad (3.7.5 -> 3.24.3.4)
author Hans-G?nter Theisgen
date Tue May 05 07:09:38 2020 +0100 (2020-05-05)
parents f48456621a9d
children
rev   line source
slaxemulator@9176 1 # SliTaz package receipt.
slaxemulator@9176 2
slaxemulator@9176 3 PACKAGE="speakup-utils"
slaxemulator@9176 4 VERSION="3.1.6"
slaxemulator@9176 5 CATEGORY="misc"
slaxemulator@9176 6 SHORT_DESC="Tiny utilities for controlling the Speakup screenreader"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15593 8 LICENSE="GPL2"
slaxemulator@9176 9 WEB_SITE="http://linux-speakup.org/"
al@21017 10
al@21017 11 TARBALL="speakup-$VERSION.tar.bz2"
pascal@9189 12 WGET_URL="ftp://linux-speakup.org/pub/speakup/$TARBALL"
slaxemulator@9176 13
pascal@15593 14
al@21017 15 genpkg_rules() {
slaxemulator@9176 16 cd $src/tools
slaxemulator@9176 17 install -D -m755 speakupconf "$fs/usr/bin/speakupconf" || return 1
slaxemulator@9176 18 install -D -m755 talkwith "$fs/usr/sbin/talkwith" || return 1
al@21017 19 DEPENDS="linux-speakup"
slaxemulator@9176 20 }