wok annotate expedite/receipt @ rev 25021

Up evas_generic_loaders (1.7.10)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 18 11:39:29 2022 +0000 (24 months ago)
parents b01314c762e9
children a98375524939
rev   line source
pankso@10621 1 # SliTaz package receipt.
pankso@10621 2
pankso@10621 3 PACKAGE="expedite"
Hans-G?nter@20902 4 VERSION="1.7.10"
pankso@10621 5 CATEGORY="graphics"
Hans-G?nter@20902 6 TAGS="e enlightenment"
domcox@14697 7 SHORT_DESC="Performance and correctness test suite for Evas."
pankso@10621 8 MAINTAINER="pankso@slitaz.org"
pascal@15588 9 LICENSE="BSD"
pascal@20421 10 WEB_SITE="https://www.enlightenment.org/"
Hans-G?nter@20902 11
pascal@25021 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@25021 13 WGET_URL="https://download.enlightenment.org/__old/att/releases/$TARBALL"
pankso@10621 14
domcox@14440 15 DEPENDS="evas python"
Hans-G?nter@20903 16 BUILD_DEPENDS="automake evas-dev libtool"
pankso@10621 17
pascal@24759 18 # What is the latest version available today?
pascal@24759 19 current_version()
pascal@24759 20 {
pascal@24759 21 wget -O - https://git.enlightenment.org/tools/expedite.git/refs/ 2>/dev/null | \
pascal@24759 22 sed '/expedite-/!d;/Release/!d;s| Release.*||;s|.*>||' | sort -Vr | sed q
pascal@24759 23 }
pascal@24759 24
pankso@10621 25 # Rules to configure and make the package.
pankso@10621 26 compile_rules()
pankso@10621 27 {
Hans-G?nter@20902 28 ./autogen.sh &&
Hans-G?nter@20902 29 make $MAKEFLAGS &&
Hans-G?nter@20902 30 make install
pankso@10621 31 }
pankso@10621 32
pankso@10621 33 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@10621 34 genpkg_rules()
pankso@10621 35 {
pankso@10621 36 mkdir -p $fs
pankso@10621 37 cp -a $install/usr $fs
pankso@10621 38 }