wok-next diff speakup-utils/receipt @ rev 19467
slitaz-i18n: give translations from yad-gtk2 package.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 25 01:31:43 2016 +0300 (2016-10-25) |
parents | ec4ef31b3ad7 |
children | f48456621a9d |
line diff
1.1 --- a/speakup-utils/receipt Wed Mar 09 12:22:48 2011 +0100 1.2 +++ b/speakup-utils/receipt Tue Oct 25 01:31:43 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 -