wok view exo/receipt @ rev 12481

Rename linux-util-ng to util-linux in all packages
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 23 16:30:27 2012 +0200 (2012-04-23)
parents 2f2da9a13241
children c73e6b9ec83a
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-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 }