wok view ethumb/receipt @ rev 11699

Up: slitaz-boot-scripts (4.6.1)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Feb 19 12:08:34 2012 +0100 (2012-02-19)
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 }