wok-next view ethumb/receipt @ rev 20402

Up seed (3.8.1) use webkitgtk instead of libwebkit; add cogl for clutter; up clutter (1.26.2) using mesa17 instead of mesa; up gnome-games using mesa17 instead of mix 'mesa & mesa17'
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Dec 05 17:49:11 2017 +0200 (2017-12-05)
parents 6ebbb23fa7c2
children c4e53a39395a
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ethumb"
4 VERSION="1.7.10"
5 CATEGORY="graphics"
6 SHORT_DESC="EFL Thumbnail generation library"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://www.enlightenment.org/"
10 HOST_ARCH="i486 arm"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
15 BUILD_DEPENDS="shared-mime-info eet-dev ecore-dev eio-dev evas-dev edje-dev \
16 embryo-dev eeze-dev emotion-dev edbus-dev libexif-dev lua-dev"
17 SPLIT="ethumb-dev"
19 compile_rules() {
20 ./configure \
21 --libexecdir=/usr/lib/$PACKAGE \
22 --disable-doc \
23 $CONFIGURE_ARGS &&
24 make $MAKEFLAGS && make install
25 }
27 genpkg_rules() {
28 case $PACKAGE in
29 ethumb)
30 copy @std
31 DEPENDS="eet ecore eio evas edje embryo emotion eeze edbus libexif"
32 TAGS="e enlightenment efl"
33 ;;
34 ethumb-dev)
35 copy @dev
36 DEPENDS="emotion-dev edbus-dev libexif-dev pkg-config"
37 ;;
38 esac
39 }