wok-6.x diff speakup-utils/receipt @ rev 21586
updated nspr and nspr-dev (4.10.8 -> 4.21)
author | Hans-G?nter Theisgen |
---|---|
date | Mon May 20 13:58:55 2019 +0100 (2019-05-20) |
parents | ec4ef31b3ad7 |
children | 934055de50e2 |
line diff
1.1 --- a/speakup-utils/receipt Wed Mar 09 12:22:48 2011 +0100 1.2 +++ b/speakup-utils/receipt Mon May 20 13:58:55 2019 +0100 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="misc" 1.5 SHORT_DESC="Tiny utilities for controlling the Speakup screenreader" 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 -DEPENDS="linux-speakup" 1.8 +LICENSE="GPL2" 1.9 SOURCE="speakup" 1.10 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://linux-speakup.org/" 1.12 WGET_URL="ftp://linux-speakup.org/pub/speakup/$TARBALL" 1.13 1.14 +DEPENDS="linux-speakup" 1.15 + 1.16 # Rules to gen a SliTaz package suitable for Tazpkg. 1.17 genpkg_rules() 1.18 { 1.19 @@ -18,4 +20,3 @@ 1.20 install -D -m755 speakupconf "$fs/usr/bin/speakupconf" || return 1 1.21 install -D -m755 talkwith "$fs/usr/sbin/talkwith" || return 1 1.22 } 1.23 -