wok-next annotate evas_generic_loaders/receipt @ rev 14882
python-socketpool, python-restkit, python-http-parser, python-couchdbkit: we need a meaningfull TARBALL to store sources on mirror
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 24 15:51:20 2013 +0000 (2013-07-24) |
parents | 91d83660481f |
children | 6e72c9279e9a |
rev | line source |
---|---|
domcox@14398 | 1 # SliTaz package receipt. |
domcox@14398 | 2 |
domcox@14398 | 3 PACKAGE="evas_generic_loaders" |
domcox@14598 | 4 VERSION="1.7.7" |
domcox@14398 | 5 CATEGORY="base-system" |
domcox@14398 | 6 SHORT_DESC="Loaders for Evas using 'generic' module" |
domcox@14398 | 7 MAINTAINER="domcox@slitaz.org" |
domcox@14398 | 8 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
domcox@14398 | 9 WEB_SITE="http://www.enlightenment.org/" |
domcox@14598 | 10 WGET_URL="http://download.enlightenment.org/releases/$TARBALL" |
domcox@14398 | 11 TAGS="e enlightenment efl python" |
domcox@14398 | 12 |
domcox@14398 | 13 DEPENDS="evas gstreamer gst-plugins-base poppler librsvg libraw" |
domcox@14598 | 14 BUILD_DEPENDS="evas-dev gstreamer-dev gst-plugins-base-dev poppler-dev |
domcox@14598 | 15 librsvg-dev libraw-dev |
domcox@14398 | 16 autoconf automake git subversion libtool" |
domcox@14398 | 17 |
domcox@14398 | 18 # Rules to configure and make the package. |
domcox@14398 | 19 compile_rules() |
domcox@14398 | 20 { |
domcox@14598 | 21 ./configure $CONFIGURE_ARGS && |
domcox@14598 | 22 make $MAKEFLAGS all && make install |
domcox@14398 | 23 } |
domcox@14398 | 24 |
domcox@14398 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
domcox@14398 | 26 genpkg_rules() |
domcox@14398 | 27 { |
domcox@14398 | 28 mkdir -p $fs/usr/lib |
domcox@14398 | 29 cp -a $install/usr/lib/evas $fs/usr/lib |
domcox@14398 | 30 } |