wok view ecore/receipt @ rev 10075

Up: parted to 2.4. Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 05:39:49 2011 +0000 (2011-05-20)
parents 85cd798d6997
children 098a8333fec3
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 && 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 $_pkg/usr/bin $fs/usr
29 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
30 }