wok view exo/receipt @ rev 12001

fceux: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 05 14:43:15 2012 +0100 (2012-03-05)
parents 5a95352df02a
children 73641efed1cc
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 util-linux-ng-uuid-dev"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WEB_SITE="http://www.xfce.org"
13 WGET_URL="http://archive.xfce.org/xfce/4.8/src/$TARBALL"
14 COOK_OPT="!fs"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
20 #test -d $PACKAGE-$VERSION && mv exo* $PACKAGE-$VERSION
21 cd $src
22 patch -p1 -i $stuff/helpers.rc.u
23 ./configure \
24 --prefix=/usr \
25 --sysconfdir=/etc \
26 --libexecdir=/usr/lib/libexo \
27 --disable-debug \
28 --mandir=/usr/share/man \
29 --disable-python \
30 $CONFIGURE_ARGS && \
31 make && make DESTDIR=$PWD/_pkg install
32 }
34 # Rules to gen a SliTaz package suitable for Tazpkg.
35 genpkg_rules()
36 {
37 mkdir $fs/usr
38 }