wok diff elementary-dev/receipt @ rev 9956

wbar: clean-up
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed May 18 15:24:34 2011 +0200 (2011-05-18)
parents 391f2779a54e
children 6a4c8acbecc6
line diff
     1.1 --- a/elementary-dev/receipt	Sun Jan 10 23:12:22 2010 +0100
     1.2 +++ b/elementary-dev/receipt	Wed May 18 15:24:34 2011 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="elementary-dev"
     1.7 -VERSION="0.6.0.063"
     1.8 +VERSION="0.7.0.55225"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Elementary devel files."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -11,8 +11,13 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr/lib
    1.17 +	mkdir -p $fs/usr/lib/edje/modules/elm/linux-gnu-i486-1.0.0 \
    1.18 +		$fs/usr/lib/elementary/modules/test_entry/linux-gnu-i486-0.7.0
    1.19  	cp -a $_pkg/usr/include $fs/usr
    1.20  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.21 +	cp -a $_pkg/usr/lib/edje/modules/elm/linux-gnu-i486-1.0.0/module.la \
    1.22 +		$fs/usr/lib/edje/modules/elm/linux-gnu-i486-1.0.0
    1.23 +	cp -a $_pkg/usr/lib/elementary/modules/test_entry/linux-gnu-i486-0.7.0/module.la \
    1.24 +		$fs/usr/lib/elementary/modules/test_entry/linux-gnu-i486-0.7.0
    1.25  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.26  }