wok view ethumb/receipt @ rev 14485

gst-python-dev: update deps+bdeps
author Dominique Corbex <domcox@slitaz.org>
date Thu May 02 22:51:54 2013 +0200 (2013-05-02)
parents 0941341ce316
children daadb98292fe
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="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 --with-internal-maximum-log-level=2 \
23 $CONFIGURE_ARGS &&
24 make && make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/lib
31 cp -a $install/usr/bin $fs/usr
32 cp -a $install/usr/lib/*.so* $fs/usr/lib
33 cp -a $install/usr/lib/ethumb $fs/usr/lib
34 cp -a $install/usr/share $fs/usr
35 }