wok view evas/receipt @ rev 10534

lincity-ng: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 25 17:22:18 2011 +0200 (2011-05-25)
parents 5900e436a0da
children 214dca097a22
line source
1 # SliTaz package receipt.
3 PACKAGE="evas"
4 VERSION="1.0.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Enlightenment's hardware-accelerated retained canvas API"
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://www.enlightenment.org/"
10 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
12 DEPENDS="fontconfig freetype jpeg libpng tiff xorg-libXrender \
13 eet eina fribidi librsvg giflib libgnutls libcroco"
14 BUILD_DEPENDS="eet-dev eina-dev fribidi-dev librsvg-dev giflib-dev gnutls-dev \
15 libcroco-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure $CONFIGURE_ARGS && make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/lib
27 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
28 cp -a $_pkg/usr/lib/evas $fs/usr/lib
29 rm -rf $fs/usr/lib/evas/modules/*/*/*/*.*a
30 }