wok view evas_generic_loaders/receipt @ rev 14925

foobillard: remove nvidia support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 07 10:48:47 2013 +0000 (2013-08-07)
parents 91d83660481f
children 6e72c9279e9a
line source
1 # SliTaz package receipt.
3 PACKAGE="evas_generic_loaders"
4 VERSION="1.7.7"
5 CATEGORY="base-system"
6 SHORT_DESC="Loaders for Evas using 'generic' module"
7 MAINTAINER="domcox@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://www.enlightenment.org/"
10 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
11 TAGS="e enlightenment efl python"
13 DEPENDS="evas gstreamer gst-plugins-base poppler librsvg libraw"
14 BUILD_DEPENDS="evas-dev gstreamer-dev gst-plugins-base-dev poppler-dev
15 librsvg-dev libraw-dev
16 autoconf automake git subversion libtool"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure $CONFIGURE_ARGS &&
22 make $MAKEFLAGS all && 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 $install/usr/lib/evas $fs/usr/lib
30 }