wok diff libxfce4ui/receipt @ rev 8015

add libxfce4ui, libxfce4ui-dev
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Jan 20 02:07:47 2011 +0100 (2011-01-20)
parents
children 6facb6774f54
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libxfce4ui/receipt	Thu Jan 20 02:07:47 2011 +0100
     1.3 @@ -0,0 +1,46 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libxfce4ui"
     1.7 +VERSION="4.8.0"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Xfce Gtk Widget library"
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +DEPENDS="gtk+ libxfce4util xfconf startup-notification dbus-glib libglade util-linux-ng-uuid"
    1.12 +BUILD_DEPENDS="gtk+-dev libxfce4util-dev xfconf-dev startup-notification-dev 
    1.13 + libglade-dev xcb-util-dev util-linux-ng-uuid-dev"
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15 +WEB_SITE="http://www.xfce.org"
    1.16 +WGET_URL="http://archive.xfce.org/xfce/${VERSION%.*}/src/$TARBALL"
    1.17 +
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	cd $src
    1.23 +	./configure --prefix=/usr \
    1.24 +		--infodir=/usr/share/info \
    1.25 +		--sysconfdir=/etc \
    1.26 +		--disable-debug \
    1.27 +		--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.28 +	make &&
    1.29 +	make DESTDIR=$PWD/_pkg install
    1.30 +}
    1.31 +
    1.32 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 +genpkg_rules()
    1.34 +{
    1.35 +	 
    1.36 +	mkdir -p $fs/usr/lib \
    1.37 +		$fs/usr/share/locale 
    1.38 +		
    1.39 +		
    1.40 +	cp -a $_pkg/etc $fs/
    1.41 +	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.42 +	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.43 +#	cp -a $_pkg/usr/share/icons $fs/usr/share
    1.44 +	
    1.45 +	# Remove SVG icons
    1.46 +#	rm -rf $fs/usr/share/icons/hicolor/scalable
    1.47 +	
    1.48 +}
    1.49 +