wok-stable diff libxfcegui4/receipt @ rev 2422
xorg-server: update build_depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Mar 11 10:52:53 2009 +0000 (2009-03-11) |
parents | |
children | a714cd6d9d90 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libxfcegui4/receipt Wed Mar 11 10:52:53 2009 +0000 1.3 @@ -0,0 +1,40 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libxfcegui4" 1.7 +VERSION="4.4.3" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Xfce Gtk Widget library" 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +DEPENDS="gtk+ libxfce4util" 1.12 +BUILD_DEPENDS="gtk+-dev libxfce4util-dev" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +WEB_SITE="http://www.xfce.org" 1.15 +WGET_URL="http://www.p0llux.be/xfce/xfce-4.4.3/src/$TARBALL" 1.16 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + cd $src 1.21 + ./configure --prefix=/usr \ 1.22 + --infodir=/usr/share/info \ 1.23 + --mandir=/usr/share/man $CONFIGURE_ARGS 1.24 + make 1.25 + make DESTDIR=$PWD/_pkg install 1.26 +} 1.27 + 1.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.29 +genpkg_rules() 1.30 +{ 1.31 + 1.32 + mkdir -p $fs/usr/lib \ 1.33 + $fs/usr/share/locale 1.34 + 1.35 + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.36 + cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.37 + cp -a $_pkg/usr/share/icons $fs/usr/share 1.38 + 1.39 + # Remove SVG icons 1.40 + rm -rf $fs/usr/share/icons/hicolor/scalable 1.41 + 1.42 +} 1.43 +