# HG changeset patch # User Christopher Rogers # Date 1299606935 0 # Node ID ab10ecbda82fbc4c9458a52b06d3a95cb92a71c8 # Parent 4970ea3801f9f10eaf555f2d92093cb416df55f1 Add speakup-utils. diff -r 4970ea3801f9 -r ab10ecbda82f speakup-utils/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/speakup-utils/receipt Tue Mar 08 17:55:35 2011 +0000 @@ -0,0 +1,21 @@ +# SliTaz package receipt. + +PACKAGE="speakup-utils" +VERSION="3.1.6" +CATEGORY="misc" +SHORT_DESC="Tiny utilities for controlling the Speakup screenreader" +MAINTAINER="slaxemulator@gmail.com" +DEPENDS="linux-speakup" +SOURCE="speakup" +TARBALL="$SOURCE-$VERSION.tar.bz2" +WEB_SITE="http://linux-speakup.org/" +WGET_URL="ftp://linux-speakup.org/speakup/$TARBALL" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cd $src/tools + install -D -m755 speakupconf "$fs/usr/bin/speakupconf" || return 1 + install -D -m755 talkwith "$fs/usr/sbin/talkwith" || return 1 +} +