wok-undigest annotate eve/receipt @ rev 487

libgnomeui: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 07 16:48:26 2011 +0200 (2011-10-07)
parents
children 135ad0e1fc7d
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"
pankso@247 8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pankso@247 9 WEB_SITE="http://www.enlightenment.org/"
pankso@247 10 WGET_URL="http://download.enlightenment.org/snapshots/2010-12-03/$TARBALL"
pankso@247 11 TAGS="e17"
pankso@247 12
pankso@247 13 DEPENDS="ecore edbus elementary ewebkit"
pankso@247 14 BUILD_DEPENDS="ecore-dev edbus-dev elementary-dev ewebkit-dev"
pankso@247 15
pankso@247 16 # Rules to configure and make the package.
pankso@247 17 compile_rules()
pankso@247 18 {
pankso@247 19 ./configure $CONFIGURE_ARGS && make && make install
pankso@247 20 }
pankso@247 21
pankso@247 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@247 23 genpkg_rules()
pankso@247 24 {
pankso@247 25 mkdir -p $fs
pankso@247 26 cp -a $install/usr $fs
pankso@247 27 }