wok-current view speakup-utils/receipt @ rev 9189
speakup: fix WGET_URL
| author | Pascal Bellard <pascal.bellard@slitaz.org> | 
|---|---|
| date | Wed Mar 09 12:22:48 2011 +0100 (2011-03-09) | 
| parents | ab10ecbda82f | 
| children | 3b4e4318134e | 
 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 DEPENDS="linux-speakup"
     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 # Rules to gen a SliTaz package suitable for Tazpkg.
    15 genpkg_rules()
    16 {
    17 	cd $src/tools
    18 	install -D -m755 speakupconf "$fs/usr/bin/speakupconf" || return 1
    19 	install -D -m755 talkwith "$fs/usr/sbin/talkwith" || return 1
    20 }