wok view speakup-utils/receipt @ rev 9654

Up: thunderbird-langpack-ru to 3.1.10.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Apr 29 01:22:17 2011 +0000 (2011-04-29)
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 }