wok view edbus/receipt @ rev 10174

Add perl-number-compare.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 22:17:53 2011 +0000 (2011-05-20)
parents 85cd798d6997
children 4263955c9c96
line source
1 # SliTaz package receipt.
3 PACKAGE="edbus"
4 VERSION="1.0.0"
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"
14 BUILD_DEPENDS="dbus-dev ecore-dev eina-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure && make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/lib
27 cp -a $_pkg/usr/bin $fs/usr
28 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
29 }