wok diff etk/receipt @ rev 2675
Up: ffmpeg and add compile options for small size
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Tue Apr 21 12:40:38 2009 +0000 (2009-04-21) |
parents | fcb21d360ae2 |
children | fc471c5f5a90 |
line diff
1.1 --- a/etk/receipt Sun Feb 24 20:56:39 2008 +0100 1.2 +++ b/etk/receipt Tue Apr 21 12:40:38 2009 +0000 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="E17 Tool Kit." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="evas ecore edje" 1.8 +DEPENDS="evas ecore edje libcurl openssl" 1.9 BUILD_DEPENDS="evas-dev ecore-dev edje-dev" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.enlightenment.org/" 1.12 @@ -17,8 +17,8 @@ 1.13 cd $src 1.14 ./configure \ 1.15 --prefix=/usr \ 1.16 - $CONFIGURE_ARGS 1.17 - make 1.18 + $CONFIGURE_ARGS && 1.19 + make && 1.20 make DESTDIR=$PWD/_pkg install 1.21 } 1.22