wok annotate exo/receipt @ rev 12420

Up: libmicrohttpd to 0.9.18.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Apr 21 09:20:33 2012 +0000 (2012-04-21)
parents 5a95352df02a
children 73641efed1cc
rev   line source
erjo@5219 1 # SliTaz package receipt.
erjo@5219 2
erjo@5219 3 PACKAGE="exo"
erjo@8016 4 VERSION="0.6.0"
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@11500 9 BUILD_DEPENDS="libxfce4util-dev perl-uri startup-notification-dev intltool
erjo@11500 10 util-linux-ng-uuid-dev"
erjo@5219 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
erjo@5219 12 WEB_SITE="http://www.xfce.org"
erjo@8016 13 WGET_URL="http://archive.xfce.org/xfce/4.8/src/$TARBALL"
slaxemulator@8986 14 COOK_OPT="!fs"
erjo@5219 15
erjo@5219 16 # Rules to configure and make the package.
erjo@5219 17 compile_rules()
erjo@5219 18 {
erjo@5219 19
erjo@5219 20 #test -d $PACKAGE-$VERSION && mv exo* $PACKAGE-$VERSION
erjo@5219 21 cd $src
slaxemulator@8986 22 patch -p1 -i $stuff/helpers.rc.u
erjo@5219 23 ./configure \
erjo@5219 24 --prefix=/usr \
erjo@5219 25 --sysconfdir=/etc \
erjo@5219 26 --libexecdir=/usr/lib/libexo \
erjo@5219 27 --disable-debug \
erjo@5219 28 --mandir=/usr/share/man \
erjo@5219 29 --disable-python \
erjo@5219 30 $CONFIGURE_ARGS && \
erjo@5219 31 make && make DESTDIR=$PWD/_pkg install
erjo@5219 32 }
erjo@5219 33
erjo@5219 34 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@5219 35 genpkg_rules()
erjo@5219 36 {
erjo@5219 37 mkdir $fs/usr
erjo@5219 38 }