wok view expedite/receipt @ rev 20691
updated firefox-official* (64.0 -> 65.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 01 15:17:34 2019 +0100 (2019-02-01) |
parents | fcdd50638150 |
children | 0a62b750d9ad |
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="pankso@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 DEPENDS="evas python"
15 BUILD_DEPENDS="evas-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure $CONFIGURE_ARGS && make $MAKEFLAGS && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs
27 cp -a $install/usr $fs
28 }