wok rev 11784

gnumeric: We dont want gnome deps so we can have a small office desktop :-)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Feb 24 15:35:55 2012 +0100 (2012-02-24)
parents c0aea3eb9e91
children a9e0ca0f3818
files gnumeric/receipt
line diff
     1.1 --- a/gnumeric/receipt	Fri Feb 24 02:22:35 2012 +0000
     1.2 +++ b/gnumeric/receipt	Fri Feb 24 15:35:55 2012 +0100
     1.3 @@ -9,9 +9,9 @@
     1.4  WEB_SITE="http://www.gnome.org/projects/gnumeric/"
     1.5  WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
     1.6  
     1.7 -DEPENDS="gtk+ libgsf goffice libart_lgpl guile libgio bzlib xorg-libXdamage GConf"
     1.8 -BUILD_DEPENDS="gtk+-dev libgsf-dev libart_lgpl-dev goffice-dev xorg-libXdamage-dev libglade-dev libxml2-dev intltool pkg-config zlib-dev \
     1.9 -bzip2-dev GConf-dev"
    1.10 +DEPENDS="gtk+ libgsf goffice libart_lgpl guile libgio bzlib xorg-libXdamage"
    1.11 +BUILD_DEPENDS="gtk+-dev libgsf-dev libart_lgpl-dev goffice-dev xorg-libXdamage-dev
    1.12 +libglade-dev libxml2-dev intltool pkg-config zlib-dev bzip2-dev"
    1.13  
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16 @@ -23,22 +23,22 @@
    1.17  		--without-python \
    1.18  		--without-gda \
    1.19  		--without-paradox \
    1.20 +		--without-gnome \
    1.21  		$CONFIGURE_ARGS &&
    1.22 -	make &&
    1.23 -	make install
    1.24 +	make && make install
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.28  genpkg_rules()
    1.29  {
    1.30  	mkdir -p $fs/usr/lib $fs/usr/share
    1.31 -	cp -a $_pkg/usr/bin $fs/usr
    1.32 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.33 -	cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib
    1.34 +	cp -a $install/usr/bin $fs/usr
    1.35 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.36 +	cp -a $install/usr/lib/$PACKAGE $fs/usr/lib
    1.37  	rm -rf $fs/usr/lib/$PACKAGE/$VERSION/include
    1.38  	rm -rf $fs/usr/lib/$PACKAGE/$VERSION/plugins/*/*.la
    1.39  
    1.40 -	cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share
    1.41 -	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    1.42 +	cp -a $install/usr/share/$PACKAGE $fs/usr/share
    1.43 +	cp -a $install/usr/share/pixmaps $fs/usr/share
    1.44  }
    1.45