wok view edbus/receipt @ rev 10582

openvas-client: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 26 09:10:42 2011 +0200 (2011-05-26)
parents 6874827768de
children 66e1e63387d7
line source
1 # SliTaz package receipt.
3 PACKAGE="edbus"
4 VERSION="1.0.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Enlightenment's (Ecore) integration to DBus"
7 MAINTAINER="pankso@slitaz.org"
8 SOURCE="e_dbus"
9 TARBALL="$SOURCE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.enlightenment.org/"
11 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
13 DEPENDS="dbus ecore evas hal libgnutls libcurl fribidi librsvg libcroco"
14 BUILD_DEPENDS="dbus-dev ecore-dev eina-dev evas-dev hal-dev fribidi-dev \
15 librsvg-dev gnutls-dev libcroco-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure $CONFIGURE_ARGS &&
22 make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/lib
29 cp -a $_pkg/usr/bin $fs/usr
30 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
31 }