wok diff speakup-utils/receipt @ rev 18989
Up: Iron Browser v24.0.1350.0 to v48.2550.0.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Fri Mar 18 03:39:02 2016 -0300 (2016-03-18) |
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 Fri Mar 18 03:39:02 2016 -0300 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 -