wok-6.x diff eeze/receipt @ rev 13991
put viewnior and xpad incons in the right place
author | ernia <monghitri@aruba.it> |
---|---|
date | Sun Feb 10 17:55:46 2013 +0000 (2013-02-10) |
parents | cf214eecc1b5 |
children | 24fa6bdbdf42 |
line diff
1.1 --- a/eeze/receipt Thu May 26 21:13:40 2011 +0200 1.2 +++ b/eeze/receipt Sun Feb 10 17:55:46 2013 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="eeze" 1.7 -VERSION="1.0.1" 1.8 +VERSION="1.7.1" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Eeze is a library for manipulating devices through udev." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -10,19 +10,21 @@ 1.13 WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 1.14 TAGS="e17" 1.15 1.16 -DEPENDS="eina ecore udev" 1.17 -BUILD_DEPENDS="eina-dev ecore-dev udev-dev" 1.18 +DEPENDS="eina ecore udev eet" 1.19 +BUILD_DEPENDS="eina-dev ecore-dev eet-dev udev-dev" 1.20 +#util-linux-mount util-linux-mount-dev 1.21 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 - ./configure $CONFIGURE_ARGS && make && make install 1.26 + ./configure $CONFIGURE_ARGS && 1.27 + make && make install 1.28 } 1.29 1.30 # Rules to gen a SliTaz package suitable for Tazpkg. 1.31 genpkg_rules() 1.32 { 1.33 mkdir -p $fs/usr/lib 1.34 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.35 - cp -a $_pkg/usr/bin $fs/usr 1.36 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.37 + cp -a $install/usr/bin $fs/usr 1.38 }