wok view expedite/receipt @ rev 15059

dahdi-linux: remove wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 10:43:55 2013 +0000 (2013-08-13)
parents 91381d3d1025
children fcdd50638150
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 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://www.enlightenment.org/"
10 WGET_URL="http://download.enlightenment.org/releases//$TARBALL"
11 TAGS="e enlightenment"
13 DEPENDS="evas python"
14 BUILD_DEPENDS="evas-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS && make $MAKEFLAGS && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs
26 cp -a $install/usr $fs
27 }