wok diff libgnomeui/receipt @ rev 11297

lxpanel: update patches... (thanks Saipul)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 12 11:24:01 2011 +0100 (2011-11-12)
parents
children e232f2f168e8
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libgnomeui/receipt	Sat Nov 12 11:24:01 2011 +0100
     1.3 @@ -0,0 +1,34 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libgnomeui"
     1.7 +VERSION="2.24.5"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="This is the gui parts of what was previously gnome-libs"
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +DEPENDS="libgnome libgnomecanvas libglade libbonoboui gnome-keyring"
    1.12 +BUILD_DEPENDS="libgnome-dev libgnomecanvas-dev gnome-keyring \
    1.13 +libgnome-keyring-dev libbonoboui-dev util-linux-ng-uuid-dev libgcrypt-dev"
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 +WEB_SITE="http://www.gnome.org"
    1.16 +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.17 +
    1.18 +# Rules to configure and make the package.
    1.19 +compile_rules()
    1.20 +{
    1.21 +	cd $src
    1.22 +	./configure \
    1.23 +		--prefix=/usr \
    1.24 +		--libexecdir=/usr/lib/$PACKAGE \
    1.25 +		$CONFIGURE_ARGS &&
    1.26 +	make && make install
    1.27 +}
    1.28 +
    1.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 +genpkg_rules()
    1.31 +{
    1.32 +	mkdir -p $fs/usr/lib $fs/usr/share
    1.33 +	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.34 +	cp -a $_pkg/usr/lib/libglade $fs/usr/lib
    1.35 +	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    1.36 +	find $fs/usr/lib -name *.*a -exec rm -f {} \;
    1.37 +}