wok view exo/receipt @ rev 11097

Up: dialog to 1.1-20110707.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 17 02:51:05 2011 +0000 (2011-10-17)
parents 723666943311
children 2f2da9a13241
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 DEPENDS="exo-tools libexo"
9 BUILD_DEPENDS="libxfce4util-dev perl-uri startup-notification-dev intltool"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://www.xfce.org"
12 WGET_URL="http://archive.xfce.org/xfce/4.8/src/$TARBALL"
13 COOK_OPT="!fs"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
19 #test -d $PACKAGE-$VERSION && mv exo* $PACKAGE-$VERSION
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 DESTDIR=$PWD/_pkg install
31 }
33 # Rules to gen a SliTaz package suitable for Tazpkg.
34 genpkg_rules()
35 {
36 mkdir $fs/usr
37 }