wok annotate 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
rev   line source
erjo@5219 1 # SliTaz package receipt.
erjo@5219 2
erjo@5219 3 PACKAGE="exo"
erjo@5219 4 VERSION="0.3.101"
erjo@5219 5 CATEGORY="meta"
erjo@5219 6 SHORT_DESC="Xfce Exo library and tools"
erjo@5219 7 MAINTAINER="erjo@slitaz.org"
erjo@5219 8 DEPENDS="exo-tools libexo"
erjo@5219 9 BUILD_DEPENDS="libxfce4util-dev perl-uri startup-notification-dev hal-dev"
erjo@5219 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
erjo@5219 11 WEB_SITE="http://www.xfce.org"
erjo@5219 12 WGET_URL="http://www.tx-us.xfce.org/archive/xfce-4.6.1/src/$TARBALL
erjo@5219 13 http://www.p0llux.be/xfce/xfce-$VERSION/src/$TARBALL"
erjo@5219 14
erjo@5219 15 # Rules to configure and make the package.
erjo@5219 16 compile_rules()
erjo@5219 17 {
erjo@5219 18 patch -p0 -i stuff/helpers.rc.u
erjo@5219 19
erjo@5219 20 #test -d $PACKAGE-$VERSION && mv exo* $PACKAGE-$VERSION
erjo@5219 21 cd $src
erjo@5219 22 ./configure \
erjo@5219 23 --prefix=/usr \
erjo@5219 24 --sysconfdir=/etc \
erjo@5219 25 --libexecdir=/usr/lib/libexo \
erjo@5219 26 --enable-notifications \
erjo@5219 27 --enable-hal \
erjo@5219 28 --disable-debug \
erjo@5219 29 --mandir=/usr/share/man \
erjo@5219 30 --disable-python \
erjo@5219 31 $CONFIGURE_ARGS && \
erjo@5219 32 make && make DESTDIR=$PWD/_pkg install
erjo@5219 33 }
erjo@5219 34
erjo@5219 35 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@5219 36 genpkg_rules()
erjo@5219 37 {
erjo@5219 38 mkdir $fs/usr
erjo@5219 39 }