wok view evas_generic_loaders/receipt @ rev 14959

evas: fix bdeps
author Dominique Corbex <domcox@slitaz.org>
date Thu Aug 08 19:35:08 2013 +0200 (2013-08-08)
parents f86cab50bbf7
children d3e76f1e0aee
line source
1 # SliTaz package receipt.
3 PACKAGE="evas_generic_loaders"
4 VERSION="1.7.8"
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 }