wok-current view speakup-utils/receipt @ rev 15864
audacious-plugins: update bdeps
| author | Pascal Bellard <pascal.bellard@slitaz.org> | 
|---|---|
| date | Thu Jan 30 09:20:43 2014 +0000 (2014-01-30) | 
| parents | ec4ef31b3ad7 | 
| children | 934055de50e2 | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="speakup-utils"
     4 VERSION="3.1.6"
     5 CATEGORY="misc"
     6 SHORT_DESC="Tiny utilities for controlling the Speakup screenreader"
     7 MAINTAINER="slaxemulator@gmail.com"
     8 LICENSE="GPL2"
     9 SOURCE="speakup"
    10 TARBALL="$SOURCE-$VERSION.tar.bz2"
    11 WEB_SITE="http://linux-speakup.org/"
    12 WGET_URL="ftp://linux-speakup.org/pub/speakup/$TARBALL"
    14 DEPENDS="linux-speakup"
    16 # Rules to gen a SliTaz package suitable for Tazpkg.
    17 genpkg_rules()
    18 {
    19 	cd $src/tools
    20 	install -D -m755 speakupconf "$fs/usr/bin/speakupconf" || return 1
    21 	install -D -m755 talkwith "$fs/usr/sbin/talkwith" || return 1
    22 }