wok view xfce-mcs-manager/receipt @ rev 4050

Add: util-linux-ng-uuid (provide *uuid* utility and libs)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Sep 09 21:36:26 2009 +0200 (2009-09-09)
parents 4a4f0deaa16b
children
line source
1 # SliTaz package receipt.
3 PACKAGE="xfce-mcs-manager"
4 VERSION="4.4.3"
5 CATEGORY="x-window"
6 SHORT_DESC="Xfce settings managers"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="libxfcegui4 libxfce4mcs xorg-libXdamage"
9 BUILD_DEPENDS="libxfcegui4-dev libxfce4mcs-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://www.xfce.org"
12 WGET_URL="http://www.p0llux.be/xfce/xfce-4.4.3/src/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure --prefix=/usr \
19 --infodir=/usr/share/info \
20 --enable-debug=no $CONFIGURE_ARGS && \
21 make && make DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr \
28 $fs/usr/share/locale
30 cp -a $_pkg/usr/bin $fs/usr
31 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
32 cp -a $_pkg/usr/share/applications $fs/usr/share
33 cp -a $_pkg/usr/share/icons $fs/usr/share
34 }