wok-next view expedite/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents a3c581bf52b8
children
line source
1 # SliTaz package receipt.
3 PACKAGE="expedite"
4 VERSION="1.7.8"
5 CATEGORY="graphics"
6 SHORT_DESC="Performance and correctness test suite for Evas"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="BSD"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="https://www.enlightenment.org/"
11 WGET_URL="http://download.enlightenment.org/releases//$TARBALL"
12 TAGS="e enlightenment"
14 BUILD_DEPENDS="evas-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 make $MAKEFLAGS &&
19 make install
20 }
22 genpkg_rules() {
23 mkdir -p $fs
24 cp -a $install/usr $fs
25 DEPENDS="evas python"
26 }