wok-undigest view eve/receipt @ rev 1106

zfs: add EXTRAVERSION
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 03 14:20:06 2014 +0000 (2014-02-03)
parents 69387c619876
children
line source
1 # SliTaz package receipt.
3 PACKAGE="eve"
4 VERSION="0.3.0"
5 CATEGORY="graphics"
6 SHORT_DESC="."
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/snapshots/2010-12-03/$TARBALL"
12 TAGS="e17"
14 DEPENDS="ecore edbus elementary ewebkit"
15 BUILD_DEPENDS="ecore-dev edbus-dev elementary-dev ewebkit-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure $CONFIGURE_ARGS && make && 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 }