wok diff elementary/receipt @ rev 9195

busybox: add conspy fix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 09 22:01:54 2011 +0100 (2011-03-09)
parents b68b4f934ba7
children 6bac51eb9ddd
line diff
     1.1 --- a/elementary/receipt	Tue Mar 02 18:31:54 2010 +0100
     1.2 +++ b/elementary/receipt	Wed Mar 09 22:01:54 2011 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="elementary"
     1.7 -VERSION="0.6.0.063"
     1.8 +VERSION="0.7.0.55225"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Widget set based on EFL for mobile touch-screen devices."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -10,7 +10,7 @@
    1.13  BUILD_DEPENDS="cairo-dev evas-dev"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15  WEB_SITE="http://www.enlightenment.org/"
    1.16 -WGET_URL="http://download.enlightenment.org/snapshots/2009-12-02/$TARBALL"
    1.17 +WGET_URL="http://download.enlightenment.org/snapshots/2010-12-03/$TARBALL"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21 @@ -27,9 +27,14 @@
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25 -	mkdir -p $fs/usr/lib
    1.26 +	mkdir -p $fs/usr/lib/edje/modules/elm/linux-gnu-i486-1.0.0 \
    1.27 +		$fs/usr/lib/elementary/modules/test_entry/linux-gnu-i486-0.7.0
    1.28  	cp -a $_pkg/usr/bin $fs/usr
    1.29  	cp -a $_pkg/usr/share $fs/usr
    1.30  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.31 +	cp -a $_pkg/usr/lib/edje/modules/elm/linux-gnu-i486-1.0.0/module.so \
    1.32 +		$fs/usr/lib/edje/modules/elm/linux-gnu-i486-1.0.0
    1.33 +	cp -a $_pkg/usr/lib/elementary/modules/test_entry/linux-gnu-i486-0.7.0/module.so \
    1.34 +		$fs/usr/lib/elementary/modules/test_entry/linux-gnu-i486-0.7.0
    1.35  	cp -a $_pkg/usr/lib/elementary $fs/usr/lib
    1.36  }