wok diff ethumb/receipt @ rev 10788

gtkdialog: remove example and desktop file
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jun 01 19:42:36 2011 +0200 (2011-06-01)
parents
children c22c1902ffaf
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ethumb/receipt	Wed Jun 01 19:42:36 2011 +0200
     1.3 @@ -0,0 +1,34 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="ethumb"
     1.7 +VERSION="0.1.1.55225"
     1.8 +CATEGORY="graphics"
     1.9 +SHORT_DESC="E17 Thumbnail generation library."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.12 +WEB_SITE="http://www.enlightenment.org/"
    1.13 +WGET_URL="http://download.enlightenment.org/snapshots/2010-12-03/$TARBALL"
    1.14 +TAGS="e17"
    1.15 +
    1.16 +DEPENDS="eina eet evas ecore edje emotion libexif"
    1.17 +BUILD_DEPENDS="eina-dev eet-dev evas-dev ecore-dev edje-dev emotion-dev \
    1.18 +libexif-dev"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +	./configure \
    1.24 +		--libexecdir=/usr/lib/$PACKAGE \
    1.25 +		$CONFIGURE_ARGS &&
    1.26 +	make && make install
    1.27 +}
    1.28 +
    1.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 +genpkg_rules()
    1.31 +{
    1.32 +	mkdir -p $fs/usr/lib
    1.33 +	cp -a $install/usr/bin $fs/usr
    1.34 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.35 +	cp -a $install/usr/lib/ethumb $fs/usr/lib
    1.36 +	cp -a $install/usr/share $fs/usr
    1.37 +}