wok view ecore/receipt @ rev 10596

e17 libs: clean receipt and bdeps to make edbus built
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 26 14:06:40 2011 +0200 (2011-05-26)
parents b6d4a62f929a
children fe57bf03de94
line source
1 # SliTaz package receipt.
3 PACKAGE="ecore"
4 VERSION="1.0.1"
5 CATEGORY="base-system"
6 SHORT_DESC="Enlightenment's core event abstraction layer and OS abstraction layer"
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.enlightenment.org/"
10 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
12 DEPENDS="eina eet evas libgnutls libssl"
13 BUILD_DEPENDS="eina-dev eet-dev evas-dev gnutls-dev openssl-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 ./configure $CONFIGURE_ARGS && make && make install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/lib
25 cp -a $_pkg/usr/bin $fs/usr
26 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
27 }