wok view ethumb/receipt @ rev 14327

Up: efl (1.7.6)
author Dominique Corbex <domcox@slitaz.org>
date Fri Apr 12 19:17:52 2013 +0200 (2013-04-12)
parents 08e5478003df
children 689f228b4a3d
line source
1 # SliTaz package receipt.
3 PACKAGE="ethumb"
4 VERSION="1.7.6"
5 CATEGORY="graphics"
6 SHORT_DESC="E17 Thumbnail generation library."
7 MAINTAINER="pankso@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="e17"
13 DEPENDS="eina eet evas ecore edje emotion edbus eio libexif"
14 BUILD_DEPENDS="eina-dev eet-dev evas-dev ecore-dev edje-dev emotion-dev \
15 embryo-dev edbus-dev jpeg-dev expat-dev libexif-dev lua5.1-dev eio-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure \
21 --libexecdir=/usr/lib/$PACKAGE \
22 --disable-doc \
23 --with-internal-maximum-log-level=2 \
24 $CONFIGURE_ARGS &&
25 make && make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr/lib
32 cp -a $install/usr/bin $fs/usr
33 cp -a $install/usr/lib/*.so* $fs/usr/lib
34 cp -a $install/usr/lib/ethumb $fs/usr/lib
35 cp -a $install/usr/share $fs/usr
36 }