wok view ecore/receipt @ rev 10441

hal-cups-utils: fix bdeps
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 25 02:47:07 2011 +0200 (2011-05-25)
parents e1bff384cd9d
children b6d4a62f929a
line source
1 # SliTaz package receipt.
3 PACKAGE="ecore"
4 VERSION="1.0.0"
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="evas xorg-libX11 libcurl glib xorg-libXcomposite xorg-libXcursor \
13 xorg-libXdamage xorg-libXtst xorg-libXinerama xorg-libXrandr xorg-libXp \
14 xorg-libXss"
15 BUILD_DEPENDS="curl-dev eina-dev evas-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 }