wok-next diff embryo/receipt @ rev 13827
bastet: fix log output
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 07 11:31:45 2013 +0100 (2013-01-07) |
parents | 214dca097a22 |
children | abbdf7b3f2ec |
line diff
1.1 --- a/embryo/receipt Thu May 26 14:06:40 2011 +0200 1.2 +++ b/embryo/receipt Mon Jan 07 11:31:45 2013 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="embryo" 1.7 -VERSION="1.0.0" 1.8 +VERSION="1.7.1" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="Enlightenment's - Small Pawn based virtual machine and compiler." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -9,6 +9,9 @@ 1.13 WEB_SITE="http://www.enlightenment.org/" 1.14 WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 1.15 1.16 +DEPENDS="eina" 1.17 +BUILD_DEPENDS="eina-dev" 1.18 + 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 @@ -21,7 +24,7 @@ 1.23 genpkg_rules() 1.24 { 1.25 mkdir -p $fs/usr/lib 1.26 - cp -a $_pkg/usr/share $fs/usr 1.27 - cp -a $_pkg/usr/bin $fs/usr 1.28 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.29 + cp -a $install/usr/share $fs/usr 1.30 + cp -a $install/usr/bin $fs/usr 1.31 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.32 }