wok rev 13641

Up: edbus (1.7.1)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Nov 16 00:06:13 2012 +0100 (2012-11-16)
parents 1848d1ae7c78
children ece19b640cdf
files edbus-dev/receipt edbus/receipt
line diff
     1.1 --- a/edbus-dev/receipt	Fri Nov 16 00:05:37 2012 +0100
     1.2 +++ b/edbus-dev/receipt	Fri Nov 16 00:06:13 2012 +0100
     1.3 @@ -14,7 +14,7 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/usr/lib
     1.7 -	cp -a $_pkg/usr/include $fs/usr
     1.8 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
     1.9 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.10 +	cp -a $install/usr/include $fs/usr
    1.11 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.12 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.13  }
     2.1 --- a/edbus/receipt	Fri Nov 16 00:05:37 2012 +0100
     2.2 +++ b/edbus/receipt	Fri Nov 16 00:06:13 2012 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="edbus"
     2.7 -VERSION="1.0.1"
     2.8 +VERSION="1.7.1"
     2.9  CATEGORY="x-window"
    2.10  SHORT_DESC="Enlightenment's (Ecore) integration to DBus"
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 @@ -10,8 +10,8 @@
    2.13  WEB_SITE="http://www.enlightenment.org/"
    2.14  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    2.15  
    2.16 -DEPENDS="eina eet ecore evas dbus"
    2.17 -BUILD_DEPENDS="eina-dev eet-dev ecore-dev evas-dev dbus-dev"
    2.18 +DEPENDS="eina eet ecore evas dbus expat"
    2.19 +BUILD_DEPENDS="eina-dev eet-dev ecore-dev evas-dev dbus-dev jpeg-dev expat-dev"
    2.20  
    2.21  # Rules to configure and make the package.
    2.22  compile_rules()
    2.23 @@ -25,6 +25,6 @@
    2.24  genpkg_rules()
    2.25  {
    2.26  	mkdir -p $fs/usr/lib
    2.27 -	cp -a $_pkg/usr/bin $fs/usr
    2.28 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    2.29 +	cp -a $install/usr/bin $fs/usr
    2.30 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.31  }