wok view evas/receipt @ rev 8505

Update e17 stuff to last version
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Feb 12 02:21:51 2011 +0100 (2011-02-12)
parents 6e90579538d6
children e1bff384cd9d
line source
1 # SliTaz package receipt.
3 PACKAGE="evas"
4 VERSION="1.0.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Enlightenment's hardware-accelerated retained canvas API"
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="fontconfig freetype jpeg libpng tiff xorg-libXrender \
9 eet fribidi librsvg giflib"
10 BUILD_DEPENDS=""
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WEB_SITE="http://www.enlightenment.org/"
13 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/lib
26 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
27 cp -a $_pkg/usr/lib/evas $fs/usr/lib
28 rm -rf $fs/usr/lib/evas/modules/*/*/*/*.*a
29 }