wok-undigest annotate eve/receipt @ rev 1117

rr: patch code to include linux/ptrace.h
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 04 08:24:30 2014 +0000 (2014-04-04)
parents 69387c619876
children
rev   line source
pankso@247 1 # SliTaz package receipt.
pankso@247 2
pankso@247 3 PACKAGE="eve"
pankso@247 4 VERSION="0.3.0"
pankso@247 5 CATEGORY="graphics"
pankso@247 6 SHORT_DESC="."
pankso@247 7 MAINTAINER="pankso@slitaz.org"
pascal@1069 8 LICENSE="BSD"
pankso@247 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pankso@247 10 WEB_SITE="http://www.enlightenment.org/"
pankso@247 11 WGET_URL="http://download.enlightenment.org/snapshots/2010-12-03/$TARBALL"
pankso@247 12 TAGS="e17"
pankso@247 13
pankso@247 14 DEPENDS="ecore edbus elementary ewebkit"
pankso@247 15 BUILD_DEPENDS="ecore-dev edbus-dev elementary-dev ewebkit-dev"
pankso@247 16
pankso@247 17 # Rules to configure and make the package.
pankso@247 18 compile_rules()
pankso@247 19 {
pankso@247 20 ./configure $CONFIGURE_ARGS && make && make install
pankso@247 21 }
pankso@247 22
pankso@247 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@247 24 genpkg_rules()
pankso@247 25 {
pankso@247 26 mkdir -p $fs
pankso@247 27 cp -a $install/usr $fs
pankso@247 28 }