wok diff ecore/receipt @ rev 11257
iron-linux: Cookutils uses wget -O $SRC/$TARBALL so we can change TARBALL to save source as TARBALL. This needs to be done for iron-linux cause other wise it will just find iron-linux.tar.gz and use the old version.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Nov 07 11:21:08 2011 +0000 (2011-11-07) |
parents | 214dca097a22 |
children | 5afa6e71c7c4 |
line diff
1.1 --- a/ecore/receipt Thu May 26 14:06:40 2011 +0200 1.2 +++ b/ecore/receipt Mon Nov 07 11:21:08 2011 +0000 1.3 @@ -8,9 +8,10 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://www.enlightenment.org/" 1.6 WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 1.7 +TAGS="e17" 1.8 1.9 -DEPENDS="eina eet evas libgnutls libssl" 1.10 -BUILD_DEPENDS="eina-dev eet-dev evas-dev gnutls-dev openssl-dev" 1.11 +DEPENDS="eina eet evas" 1.12 +BUILD_DEPENDS="eina-dev eet-dev evas-dev" 1.13 1.14 # Rules to configure and make the package. 1.15 compile_rules()