wok diff exo/receipt @ rev 5219

Add exo (meta for libexo and exo-tools
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Apr 06 23:43:13 2010 +0200 (2010-04-06)
parents
children 283b8d93992b
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/exo/receipt	Tue Apr 06 23:43:13 2010 +0200
     1.3 @@ -0,0 +1,39 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="exo"
     1.7 +VERSION="0.3.101"
     1.8 +CATEGORY="meta"
     1.9 +SHORT_DESC="Xfce Exo library and tools"
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +DEPENDS="exo-tools libexo"
    1.12 +BUILD_DEPENDS="libxfce4util-dev perl-uri startup-notification-dev hal-dev"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 +WEB_SITE="http://www.xfce.org"
    1.15 +WGET_URL="http://www.tx-us.xfce.org/archive/xfce-4.6.1/src/$TARBALL
    1.16 + http://www.p0llux.be/xfce/xfce-$VERSION/src/$TARBALL"
    1.17 +
    1.18 +# Rules to configure and make the package.
    1.19 +compile_rules()
    1.20 +{
    1.21 +	patch -p0 -i stuff/helpers.rc.u
    1.22 +
    1.23 +	#test -d $PACKAGE-$VERSION && mv exo* $PACKAGE-$VERSION
    1.24 +	cd $src
    1.25 +	./configure \
    1.26 +		--prefix=/usr \
    1.27 +		--sysconfdir=/etc \
    1.28 +		--libexecdir=/usr/lib/libexo \
    1.29 +		--enable-notifications \
    1.30 +		--enable-hal \
    1.31 +		--disable-debug \
    1.32 +		--mandir=/usr/share/man \
    1.33 +		--disable-python \
    1.34 +		$CONFIGURE_ARGS && \
    1.35 +	make && make DESTDIR=$PWD/_pkg install
    1.36 +}
    1.37 +
    1.38 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.39 +genpkg_rules()
    1.40 +{
    1.41 +	mkdir $fs/usr
    1.42 +}