wok diff xfce-utils/receipt @ rev 2322

tazusb: use main mirror
author Christophe Lincoln <pankso@slitaz.org>
date Fri Feb 27 22:59:59 2009 +0100 (2009-02-27)
parents
children 917290e1ad30
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xfce-utils/receipt	Fri Feb 27 22:59:59 2009 +0100
     1.3 @@ -0,0 +1,41 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xfce-utils"
     1.7 +VERSION="4.4.3"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Xfce utilities"
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +DEPENDS="libxfce4mcs libxfce4util libxfcegui4 xfce-mcs-manager"
    1.12 +BUILD_DEPENDS="libxfce4mcs-dev libxfce4util-dev libxfcegui4-dev xfce-mcs-manager-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 +		--sysconfdir=/etc \
    1.23 +		--disable-gdm \
    1.24 +		--enable-dbus \
    1.25 +		--disable-debug \
    1.26 +		--with-browser=firefox \
    1.27 +  		--with-terminal=xfterm4 \
    1.28 +		--mandir=/usr/share/man $CONFIGURE_ARGS && \
    1.29 +	make && 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 +	mkdir -p $fs/usr $fs/usr/share/locale
    1.36 +	cp -a $_pkg/usr/bin $fs/usr
    1.37 +	cp -a $_pkg/etc $fs/
    1.38 +	cp -a $_pkg/usr/share/icons $fs/usr/share
    1.39 +	cp -a $_pkg/usr/share/dbus* $fs/usr/share
    1.40 +	cp -a $_pkg/usr/share/icons $fs/usr/share
    1.41 +	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.42 +	
    1.43 +}
    1.44 +