# HG changeset patch # User Eric Joseph-Alexandre # Date 1270590193 -7200 # Node ID fb6366751bdec68d4e5db5848eac182a51d55452 # Parent cee530da64ea96a1105b7658f937921a65401eb6 Add exo (meta for libexo and exo-tools diff -r cee530da64ea -r fb6366751bde exo/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/exo/receipt Tue Apr 06 23:43:13 2010 +0200 @@ -0,0 +1,39 @@ +# SliTaz package receipt. + +PACKAGE="exo" +VERSION="0.3.101" +CATEGORY="meta" +SHORT_DESC="Xfce Exo library and tools" +MAINTAINER="erjo@slitaz.org" +DEPENDS="exo-tools libexo" +BUILD_DEPENDS="libxfce4util-dev perl-uri startup-notification-dev hal-dev" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.xfce.org" +WGET_URL="http://www.tx-us.xfce.org/archive/xfce-4.6.1/src/$TARBALL + http://www.p0llux.be/xfce/xfce-$VERSION/src/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + patch -p0 -i stuff/helpers.rc.u + + #test -d $PACKAGE-$VERSION && mv exo* $PACKAGE-$VERSION + cd $src + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib/libexo \ + --enable-notifications \ + --enable-hal \ + --disable-debug \ + --mandir=/usr/share/man \ + --disable-python \ + $CONFIGURE_ARGS && \ + make && make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir $fs/usr +} diff -r cee530da64ea -r fb6366751bde exo/stuff/helpers.rc.u --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/exo/stuff/helpers.rc.u Tue Apr 06 23:43:13 2010 +0200 @@ -0,0 +1,9 @@ +--- exo-0.3.101-ori/exo-helper/helpers/helpers.rc Tue Nov 11 08:22:46 2008 ++++ exo-0.3.101/exo-helper/helpers/helpers.rc Sun Aug 2 21:57:30 2009 +@@ -6,5 +6,4 @@ + # + + WebBrowser=firefox +-MailReader=thunderbird +-TerminalEmulator=Terminal ++TerminalEmulator=xterm