wok view ethumb/receipt @ rev 14908

slitaz-i18n: rewrite locale-pack.functions; slitaz-configs: now generate openbox desktop menu using po files; locale-*: update using new locale-pack.functions (FIXME: post_remove)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Aug 03 17:37:48 2013 +0300 (2013-08-03)
parents 689f228b4a3d
children 3c7317814519
line source
1 # SliTaz package receipt.
3 PACKAGE="ethumb"
4 VERSION="1.7.7"
5 CATEGORY="graphics"
6 SHORT_DESC="EFL 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="e enlightenment efl"
13 DEPENDS="emotion edbus libexif"
14 BUILD_DEPENDS="emotion-dev edbus-dev libexif-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure \
20 --libexecdir=/usr/lib/$PACKAGE \
21 --disable-doc \
22 $CONFIGURE_ARGS &&
23 make $MAKEFLAGS && 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/bin $fs/usr
31 cp -a $install/usr/lib/*.so* $fs/usr/lib
32 cp -a $install/usr/lib/ethumb $fs/usr/lib
33 cp -a $install/usr/share $fs/usr
34 }