wok-next view expedite/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
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 }