wok diff speakup-utils/receipt @ rev 20167

Up smtube, smplayer (18.1.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jan 11 13:05:26 2018 +0100 (2018-01-11)
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	Thu Jan 11 13:05:26 2018 +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 -