wok diff libbonobo/receipt @ rev 13630

spacefm: remove all call to bash in source files (work nicely with busybox shell)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Nov 14 21:49:55 2012 +0100 (2012-11-14)
parents 5b67942406c8
children 4904e3d374a9
line diff
     1.1 --- a/libbonobo/receipt	Sat Oct 20 06:16:34 2012 +0000
     1.2 +++ b/libbonobo/receipt	Wed Nov 14 21:49:55 2012 +0100
     1.3 @@ -9,7 +9,7 @@
     1.4  BUILD_DEPENDS="glib-dev libgio-dev libglade-dev ORBit2-dev libxml2-dev popt-dev bison flex intltool pkg-config"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.6  WEB_SITE="http://www.gnome.org"
     1.7 -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
     1.8 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12 @@ -27,12 +27,12 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/lib
    1.16 -	cp -a $_pkg/etc $fs/
    1.17 -	cp -a $_pkg/usr/bin $fs/usr
    1.18 -	cp -a $_pkg/usr/sbin $fs/usr
    1.19 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.20 -	cp -a $_pkg/usr/lib/orbit-2.0 $fs/usr/lib
    1.21 -	cp -a $_pkg/usr/lib/bonobo $fs/usr/lib
    1.22 +	cp -a $install/etc $fs/
    1.23 +	cp -a $install/usr/bin $fs/usr
    1.24 +	cp -a $install/usr/sbin $fs/usr
    1.25 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.26 +	cp -a $install/usr/lib/orbit-2.0 $fs/usr/lib
    1.27 +	cp -a $install/usr/lib/bonobo $fs/usr/lib
    1.28  	
    1.29  	# Clean unwated files
    1.30  	cd $fs/usr/lib ; find . -name "*.*a" -exec rm -f {} \;