wok view exo/receipt @ rev 14924

Up: firefox-langpack-zh_TW (17.0.7esr)
author Richard Dunbar <mojo@slitaz.org>
date Tue Aug 06 01:30:32 2013 +0000 (2013-08-06)
parents 389dc1c284cc
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="exo"
4 VERSION="0.8.0"
5 CATEGORY="meta"
6 SHORT_DESC="Xfce Exo library and tools"
7 MAINTAINER="erjo@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://www.xfce.org"
10 WGET_URL="http://archive.xfce.org/xfce/4.10/src/$TARBALL"
11 COOK_OPT="!fs"
13 DEPENDS="exo-tools libexo util-linux-uuid libgio"
14 BUILD_DEPENDS="libxfce4util-dev perl-uri startup-notification-dev intltool \
15 util-linux-uuid-dev libgio-dev glib-dev gtk+-dev libxfce4ui-dev libxml2-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 patch -p1 -i $stuff/helpers.rc.u
22 ./configure \
23 --prefix=/usr \
24 --sysconfdir=/etc \
25 --libexecdir=/usr/lib/libexo \
26 --disable-debug \
27 --mandir=/usr/share/man \
28 --disable-python \
29 $CONFIGURE_ARGS && \
30 make && make install
31 }
33 # Rules to gen a SliTaz package suitable for Tazpkg.
34 genpkg_rules()
35 {
36 mkdir $fs/usr
37 }