wok rev 14574

eet: Up to 1.7.7
author Dominique Corbex <domcox@slitaz.org>
date Sat May 25 12:38:42 2013 +0200 (2013-05-25)
parents 5de46e92774e
children 9644b04c697c
files eet/receipt
line diff
     1.1 --- a/eet/receipt	Fri May 24 18:26:23 2013 +0200
     1.2 +++ b/eet/receipt	Sat May 25 12:38:42 2013 +0200
     1.3 @@ -1,16 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="eet"
     1.7 -VERSION="1.7.6"
     1.8 +VERSION="1.7.7"
     1.9  CATEGORY="base-system"
    1.10 -SHORT_DESC="Enlightenment's file chunk reading/writing library."
    1.11 +SHORT_DESC="EFL Data encode/decode and storage library."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14  WEB_SITE="http://www.enlightenment.org/"
    1.15  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    1.16  TAGS="e enlightenment efl"
    1.17  
    1.18 -DEPENDS="eina libjpeg openssl"
    1.19 +DEPENDS="eina libjpeg libssl"
    1.20  BUILD_DEPENDS="eina-dev jpeg-dev openssl-dev"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23 @@ -19,12 +19,13 @@
    1.24  	CFLAGS="$CFLAGS -fvisibility=hidden"
    1.25  	LDFLAGS="$LDFLAGS -fvisibility=hidden"
    1.26  	export LDFLAGS
    1.27 +
    1.28  	./configure \
    1.29  		--disable-doc \
    1.30  		--disable-old-eet-file-format \
    1.31  		--disable-install-examples \
    1.32  		$CONFIGURE_ARGS &&
    1.33 -	make && make install
    1.34 +	make $MAKEFLAGS && make install
    1.35  }
    1.36  
    1.37  # Rules to gen a SliTaz package suitable for Tazpkg.