wok annotate 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
rev   line source
pankso@10642 1 # SliTaz package receipt.
pankso@10642 2
pankso@10642 3 PACKAGE="ethumb"
domcox@14327 4 VERSION="1.7.6"
pankso@10642 5 CATEGORY="graphics"
pankso@10642 6 SHORT_DESC="E17 Thumbnail generation library."
pankso@10642 7 MAINTAINER="pankso@slitaz.org"
pankso@10642 8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pankso@10642 9 WEB_SITE="http://www.enlightenment.org/"
pankso@13644 10 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
domcox@14420 11 TAGS="e enlightenment efl"
pankso@10642 12
domcox@14420 13 DEPENDS="emotion edbus libexif"
domcox@14420 14 BUILD_DEPENDS="emotion-dev edbus-dev libexif-dev"
pankso@10642 15
pankso@10642 16 # Rules to configure and make the package.
pankso@10642 17 compile_rules()
pankso@10642 18 {
pankso@10642 19 ./configure \
pankso@10642 20 --libexecdir=/usr/lib/$PACKAGE \
domcox@14308 21 --disable-doc \
domcox@14308 22 --with-internal-maximum-log-level=2 \
pankso@10642 23 $CONFIGURE_ARGS &&
pankso@10642 24 make && make install
pankso@10642 25 }
pankso@10642 26
pankso@10642 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@10642 28 genpkg_rules()
pankso@10642 29 {
pankso@10642 30 mkdir -p $fs/usr/lib
pankso@10642 31 cp -a $install/usr/bin $fs/usr
pankso@10642 32 cp -a $install/usr/lib/*.so* $fs/usr/lib
pankso@10642 33 cp -a $install/usr/lib/ethumb $fs/usr/lib
pankso@10642 34 cp -a $install/usr/share $fs/usr
pankso@10642 35 }