wok-next diff speakup-utils/receipt @ rev 20806

I. node update: security -> https://nodejs.org/en/blog/vulnerability/june-2018-security-releases/ 9.5.0 -> 9.11.2 II. add checksum
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 08:26:54 2018 +0000 (2018-06-13)
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	Wed Jun 13 08:26:54 2018 +0000
     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 -