wok-current diff eet/receipt @ rev 10595
samba: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 26 12:47:25 2011 +0200 (2011-05-26) |
parents | ec417fcd0d02 |
children | 214dca097a22 |
line diff
1.1 --- a/eet/receipt Sat May 21 23:53:33 2011 +0000 1.2 +++ b/eet/receipt Thu May 26 12:47:25 2011 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="eet" 1.7 -VERSION="1.4.0" 1.8 +VERSION="1.4.1" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="Enlightenment's file chunk reading/writing library." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -9,16 +9,13 @@ 1.13 WEB_SITE="http://www.enlightenment.org/" 1.14 WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 1.15 1.16 -DEPENDS="zlib jpeg eina gnutls openssl" 1.17 +DEPENDS="eina gnutls openssl" 1.18 BUILD_DEPENDS="eina-dev gnutls-dev openssl-dev" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 - cd $src 1.24 - ./configure --enable-amalgamation \ 1.25 - $CONFIGURE_ARGS && \ 1.26 - make && make install 1.27 + ./configure $CONFIGURE_ARGS && make && make install 1.28 } 1.29 1.30 # Rules to gen a SliTaz package suitable for Tazpkg. 1.31 @@ -28,4 +25,3 @@ 1.32 cp -a $_pkg/usr/bin $fs/usr/bin 1.33 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.34 } 1.35 -