SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "speakup-utils"

# 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"
LICENSE="GPL2"
SOURCE="speakup"
TARBALL="$SOURCE-$VERSION.tar.bz2"
WEB_SITE="http://linux-speakup.org/"
WGET_URL="ftp://linux-speakup.org/pub/speakup/$TARBALL"

DEPENDS="linux-speakup"

# What is the latest version available today?
current_version()
{
    wget -O - http://linux-speakup.org/speakup.git/info/refs 2>/dev/null | \
    tail -n1 | sed 's|.*tags/v||'
}

# 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
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)