wok-next diff eeze/receipt @ rev 14592

Merge commit
author Stanislas Leduc <shann@slitaz.org>
date Sun May 26 23:46:07 2013 +0200 (2013-05-26)
parents d6c32e54f385
children 64353124c866
line diff
     1.1 --- a/eeze/receipt	Fri Apr 12 21:08:19 2013 +0200
     1.2 +++ b/eeze/receipt	Sun May 26 23:46:07 2013 +0200
     1.3 @@ -8,11 +8,10 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://www.enlightenment.org/"
     1.6  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
     1.7 -TAGS="e17"
     1.8 +TAGS="e enlightenment efl"
     1.9  
    1.10 -DEPENDS="eina ecore udev eet"
    1.11 -BUILD_DEPENDS="eina-dev ecore-dev eet-dev udev-dev"
    1.12 -#util-linux-mount util-linux-mount-dev
    1.13 +DEPENDS="ecore udev"
    1.14 +BUILD_DEPENDS="ecore-dev udev-dev"
    1.15  
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18 @@ -31,4 +30,5 @@
    1.19  {
    1.20  	mkdir -p $fs/usr/lib
    1.21  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.22 +#	cp -a $install/usr/bin $fs/usr
    1.23  }