wok view ethumb/receipt @ rev 13146

matchbox-panel-2: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 10 12:56:20 2012 +0200 (2012-07-10)
parents
children c22c1902ffaf
line source
1 # SliTaz package receipt.
3 PACKAGE="ethumb"
4 VERSION="0.1.1.55225"
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/snapshots/2010-12-03/$TARBALL"
11 TAGS="e17"
13 DEPENDS="eina eet evas ecore edje emotion libexif"
14 BUILD_DEPENDS="eina-dev eet-dev evas-dev ecore-dev edje-dev emotion-dev \
15 libexif-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure \
21 --libexecdir=/usr/lib/$PACKAGE \
22 $CONFIGURE_ARGS &&
23 make && 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 }