# HG changeset patch # User Christophe Lincoln # Date 1353021069 -3600 # Node ID ece19b640cdf6625ef380aa3986a48476bc36fe1 # Parent 9565b45ddddeec515f932962753065f2722082c6 Up: eeze (1.7.1) diff -r 9565b45dddde -r ece19b640cdf eeze-dev/receipt --- a/eeze-dev/receipt Fri Nov 16 00:06:13 2012 +0100 +++ b/eeze-dev/receipt Fri Nov 16 00:11:09 2012 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="eeze-dev" -VERSION="1.0.1" +VERSION="1.7.1" CATEGORY="development" SHORT_DESC="Eeze E17 devel files." MAINTAINER="pankso@slitaz.org" @@ -12,7 +12,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib } diff -r 9565b45dddde -r ece19b640cdf eeze/receipt --- a/eeze/receipt Fri Nov 16 00:06:13 2012 +0100 +++ b/eeze/receipt Fri Nov 16 00:11:09 2012 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="eeze" -VERSION="1.0.1" +VERSION="1.7.1" CATEGORY="x-window" SHORT_DESC="Eeze is a library for manipulating devices through udev." MAINTAINER="pankso@slitaz.org" @@ -10,19 +10,21 @@ WGET_URL="http://download.enlightenment.org/releases/$TARBALL" TAGS="e17" -DEPENDS="eina ecore udev" -BUILD_DEPENDS="eina-dev ecore-dev udev-dev" +DEPENDS="eina ecore udev eet" +BUILD_DEPENDS="eina-dev ecore-dev eet-dev udev-dev" +#util-linux-mount util-linux-mount-dev # Rules to configure and make the package. compile_rules() { - ./configure $CONFIGURE_ARGS && make && make install + ./configure $CONFIGURE_ARGS && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/bin $fs/usr }