wok-6.x diff ecore/receipt @ rev 10726
libtaz: Don't need to check /usr/bin/hg anymore. Best to get the tag 1.1.2 version. May need to delete the slitaz-dev-tools-1.1.2.tar.bz2 source on tank to make sure we have the tag version.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 28 20:44:37 2011 +0000 (2011-05-28) |
parents | 214dca097a22 |
children | 5afa6e71c7c4 |
line diff
1.1 --- a/ecore/receipt Thu May 26 14:06:40 2011 +0200 1.2 +++ b/ecore/receipt Sat May 28 20:44:37 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()