
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 }
6011 packages and 861692 files in cooking database (Sun Apr 20 00:48:06 2025)