wok view ethumb/receipt @ rev 22351

umfpack: hide metis-4.0 missing
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 18 16:07:36 2019 +0100 (2019-11-18)
parents 6ebbb23fa7c2
children b01314c762e9
line source
1 # SliTaz package receipt.
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 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="https://www.enlightenment.org/"
11 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
12 TAGS="e enlightenment efl"
13 HOST_ARCH="i486 arm"
15 DEPENDS="eet ecore eio evas edje embryo emotion eeze edbus libexif"
16 BUILD_DEPENDS="eet-dev ecore-dev eio-dev evas-dev edje-dev embryo-dev \
17 eeze-dev emotion-dev edbus-dev libexif-dev lua-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 ./configure \
23 --libexecdir=/usr/lib/$PACKAGE \
24 --disable-doc \
25 $CONFIGURE_ARGS &&
26 make $MAKEFLAGS && make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 mkdir -p $fs/usr/lib
33 cp -a $install/usr/bin $fs/usr
34 cp -a $install/usr/lib/*.so* $fs/usr/lib
35 cp -a $install/usr/lib/ethumb $fs/usr/lib
36 cp -a $install/usr/share $fs/usr
37 }