SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "xautomation"

# SliTaz package receipt.

PACKAGE="xautomation"
VERSION="1.09"
CATEGORY="x-window"
SHORT_DESC="Control X from the command line for scripts (fte, visgrep)."
MAINTAINER="pankso@slitaz.org"
LICENSE="GPL2"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="https://www.hoopajoo.net/projects/xautomation.html"
WGET_URL="https://www.hoopajoo.net/static/projects/$TARBALL"
#HOST_ARCH="i486 arm"

DEPENDS="xorg-libX11 libpng"
BUILD_DEPENDS="xorg-libX11-dev libpng-dev"

# What is the latest version available today?
current_version()
{
    wget --no-check-certificate -O - https://www.hoopajoo.net/projects/xautomation.html 2>/dev/null | \
    sed '/xautomation-/!d;s|.*xautomation-||;s|.tar.*||;q'
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure $CONFIGURE_ARGS &&
    make && make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a $install/usr/bin $fs/usr
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)