wok view expedite/receipt @ rev 17991

fusecloop: fix realloc index size
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 23 15:42:00 2015 +0200 (2015-04-23)
parents 2c4542b114d9
children 86790a278e70
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="http://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 }