SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "expedite"

# SliTaz package receipt.

PACKAGE="expedite"
VERSION="1.7.10"
CATEGORY="graphics"
TAGS="e enlightenment"
SHORT_DESC="Performance and correctness test suite for Evas."
MAINTAINER="pankso@slitaz.org"
LICENSE="BSD"
WEB_SITE="https://www.enlightenment.org/"

TARBALL="$PACKAGE-$VERSION.tar.bz2"
WGET_URL="https://download.enlightenment.org/__old/att/releases/$TARBALL"

DEPENDS="evas python"
BUILD_DEPENDS="automake evas-dev libtool"

# What is the latest version available today?
current_version()
{
    wget -O - https://git.enlightenment.org/tools/expedite.git/refs/ 2>/dev/null | \
    sed '/expedite-/!d;/Release/!d;s| Release.*||;s|.*>||' | sort -Vr | sed q
}

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

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs
    cp -a $install/usr $fs
}
5935 packages and 845883 files in cooking database (Sun Jun 30 00:45:24 2024)