wok view expedite/receipt @ rev 20717

updated Geomyidae (0.26.1 -> 0.34)
author Hans-G?nter Theisgen
date Fri Feb 08 14:02:16 2019 +0100 (2019-02-08)
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 }