wok-6.x diff eio/receipt @ rev 14651

get-libaacs: typos
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 04 12:23:01 2013 +0200 (2013-06-04)
parents 0941341ce316
children 4a54bda74785
line diff
     1.1 --- a/eio/receipt	Fri Apr 12 19:17:52 2013 +0200
     1.2 +++ b/eio/receipt	Tue Jun 04 12:23:01 2013 +0200
     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="e enlightenment efl"
     1.8  
     1.9 -DEPENDS="eina eet ecore"
    1.10 -BUILD_DEPENDS="eina-dev eet-dev ecore-dev jpeg-dev"
    1.11 +DEPENDS="ecore"
    1.12 +BUILD_DEPENDS="ecore-dev"
    1.13  
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()