wok rev 9176
Add speakup-utils.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Mar 08 17:55:35 2011 +0000 (2011-03-08) |
parents | 4970ea3801f9 |
children | e1df651a683c |
files | speakup-utils/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/speakup-utils/receipt Tue Mar 08 17:55:35 2011 +0000 1.3 @@ -0,0 +1,21 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="speakup-utils" 1.7 +VERSION="3.1.6" 1.8 +CATEGORY="misc" 1.9 +SHORT_DESC="Tiny utilities for controlling the Speakup screenreader" 1.10 +MAINTAINER="slaxemulator@gmail.com" 1.11 +DEPENDS="linux-speakup" 1.12 +SOURCE="speakup" 1.13 +TARBALL="$SOURCE-$VERSION.tar.bz2" 1.14 +WEB_SITE="http://linux-speakup.org/" 1.15 +WGET_URL="ftp://linux-speakup.org/speakup/$TARBALL" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + cd $src/tools 1.21 + install -D -m755 speakupconf "$fs/usr/bin/speakupconf" || return 1 1.22 + install -D -m755 talkwith "$fs/usr/sbin/talkwith" || return 1 1.23 +} 1.24 +