wok view expedite/receipt @ rev 21754

Up firefox-official (67.0.3), tinyproxy (1.10.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 19 17:26:14 2019 +0200 (2019-06-19)
parents 0a62b750d9ad
children b01314c762e9
line source
1 # SliTaz package receipt.
3 PACKAGE="expedite"
4 VERSION="1.7.10"
5 CATEGORY="graphics"
6 TAGS="e enlightenment"
7 SHORT_DESC="Performance and correctness test suite for Evas."
8 MAINTAINER="pankso@slitaz.org"
9 LICENSE="BSD"
10 WEB_SITE="https://www.enlightenment.org/"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://git.enlightenment.org/tools/$PACKAGE.git/snapshot/$TARBALL"
15 DEPENDS="evas python"
16 BUILD_DEPENDS="automake evas-dev libtool"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./autogen.sh &&
22 make $MAKEFLAGS &&
23 make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs
30 cp -a $install/usr $fs
31 }