wok view exo/receipt @ rev 8699

ocs agent: fix Tapkg.pm
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Feb 17 23:08:43 2011 +0100 (2011-02-17)
parents 0874004b631d
children 5a95352df02a
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"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
18 #test -d $PACKAGE-$VERSION && mv exo* $PACKAGE-$VERSION
19 cd $src
20 patch -p1 -i ../stuff/helpers.rc.u
21 ./configure \
22 --prefix=/usr \
23 --sysconfdir=/etc \
24 --libexecdir=/usr/lib/libexo \
25 --disable-debug \
26 --mandir=/usr/share/man \
27 --disable-python \
28 $CONFIGURE_ARGS && \
29 make && make DESTDIR=$PWD/_pkg install
30 }
32 # Rules to gen a SliTaz package suitable for Tazpkg.
33 genpkg_rules()
34 {
35 mkdir $fs/usr
36 }