wok diff edje/receipt @ rev 14127

Add neonview
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 28 01:22:51 2013 +0000 (2013-02-28)
parents c39e463afc91
children 179fb827a652
line diff
     1.1 --- a/edje/receipt	Wed May 30 20:41:19 2012 +0200
     1.2 +++ b/edje/receipt	Thu Feb 28 01:22:51 2013 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="edje"
     1.7 -VERSION="1.0.1"
     1.8 +VERSION="1.7.1"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="E17 libs."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -9,8 +9,8 @@
    1.13  WEB_SITE="http://www.enlightenment.org/"
    1.14  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    1.15  
    1.16 -DEPENDS="eina eet evas embryo ecore lua"
    1.17 -BUILD_DEPENDS="eina-dev eet-dev evas-dev embryo-dev ecore-dev lua-dev \
    1.18 +DEPENDS="eina eet evas embryo ecore lua5.1"
    1.19 +BUILD_DEPENDS="eina-dev eet-dev evas-dev embryo-dev ecore-dev lua5.1-dev \
    1.20  jpeg-dev expat-dev"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23 @@ -23,9 +23,10 @@
    1.24  genpkg_rules()
    1.25  {
    1.26  	mkdir -p $fs/usr/lib
    1.27 -	cp -a $_pkg/usr/bin $fs/usr
    1.28 -	cp -a $_pkg/usr/share $fs/usr
    1.29 +	cp -a $install/usr/bin $fs/usr
    1.30 +	cp -a $install/usr/share $fs/usr
    1.31  	chmod 755 $fs/usr/bin/*
    1.32 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.33 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.34 +	cp -a $install/usr/lib/edje $fs/usr/lib
    1.35  }
    1.36