wok view exo/receipt @ rev 12551

Up: lftp (4.3.6)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 27 15:46:00 2012 +0200 (2012-04-27)
parents c73e6b9ec83a
children 389dc1c284cc
line source
1 # SliTaz package receipt.
3 PACKAGE="exo"
4 VERSION="0.6.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.8/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"
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 }