wok 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 cee530da64ea
children 7ac4d61f00a1
files exo/receipt exo/stuff/helpers.rc.u
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 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/exo/stuff/helpers.rc.u	Tue Apr 06 23:43:13 2010 +0200
     2.3 @@ -0,0 +1,9 @@
     2.4 +--- exo-0.3.101-ori/exo-helper/helpers/helpers.rc	Tue Nov 11 08:22:46 2008
     2.5 ++++ exo-0.3.101/exo-helper/helpers/helpers.rc	Sun Aug  2 21:57:30 2009
     2.6 +@@ -6,5 +6,4 @@
     2.7 + #
     2.8 + 
     2.9 + WebBrowser=firefox
    2.10 +-MailReader=thunderbird
    2.11 +-TerminalEmulator=Terminal
    2.12 ++TerminalEmulator=xterm