wok view edbus/receipt @ rev 13670

Trying to fix ape support in deadbeef
author Brenton Scott <admin@trixarian.net>
date Sat Nov 24 17:37:27 2012 +0200 (2012-11-24)
parents fe57bf03de94
children c3041d52beab
line source
1 # SliTaz package receipt.
3 PACKAGE="edbus"
4 VERSION="1.7.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="eina eet ecore evas dbus expat"
14 BUILD_DEPENDS="eina-dev eet-dev ecore-dev evas-dev dbus-dev jpeg-dev expat-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure $CONFIGURE_ARGS &&
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib
28 cp -a $install/usr/bin $fs/usr
29 cp -a $install/usr/lib/*.so* $fs/usr/lib
30 }