wok view evas_generic_loaders/receipt @ rev 17236

jack-audio-connection-kit: update bdeps to build alsa_out & alsa_in
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 18 13:24:48 2014 +0200 (2014-10-18)
parents 7896f0694ef6
children feb2e0c63d21
line source
1 # SliTaz package receipt.
3 PACKAGE="evas_generic_loaders"
4 VERSION="1.7.9"
5 CATEGORY="base-system"
6 SHORT_DESC="Loaders for Evas using 'generic' module"
7 MAINTAINER="domcox@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.enlightenment.org/"
11 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
12 TAGS="e enlightenment efl python"
14 DEPENDS="evas gstreamer gst-plugins-base poppler librsvg libraw"
15 BUILD_DEPENDS="evas-dev gstreamer-dev gst-plugins-base-dev poppler-dev
16 librsvg-dev libraw-dev
17 autoconf automake git subversion libtool"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 ./configure $CONFIGURE_ARGS &&
23 make $MAKEFLAGS all && make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/lib
30 cp -a $install/usr/lib/evas $fs/usr/lib
31 }