wok view xfdesktop/receipt @ rev 13017

Up: mplayer (1.1)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jun 08 21:03:58 2012 +0200 (2012-06-08)
parents 73641efed1cc
children c3a7734ccd30
line source
1 # SliTaz package receipt.
3 PACKAGE="xfdesktop"
4 VERSION="4.8.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Xfce Desktop"
7 MAINTAINER="erjo@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://www.xfce.org/"
10 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
12 DEPENDS="libxfce4util libxfcegui4 thunar libexo libglade gamin libnotify"
13 BUILD_DEPENDS="libxfce4util-dev thunar-dev libexo-dev libxfce4ui-dev libwnck-dev \
14 xfconf-dev libglade-dev gamin-dev hal-dev xfce4-panel-dev libnotify-dev intltool \
15 util-linux-uuid-dev dbus-glib"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure --prefix=/usr \
22 --sysconfdir=/etc \
23 --enable-exo \
24 --enable-notifications \
25 --enable-gio-unix \
26 --enable-thunarx \
27 --disable-static \
28 --libexecdir=/usr/lib/$PACKAGE \
29 --mandir=/usr/share/man $CONFIGURE_ARGS && \
30 make && make DESTDIR=$DESTDIR install
31 }
33 # Rules to gen a SliTaz package suitable for Tazpkg.
34 genpkg_rules()
35 {
36 mkdir -p $fs/usr/lib \
37 $fs/usr/share/locale \
38 $fs/usr/share/xfce4
40 cp -a $_pkg/usr/bin $fs/usr
41 #~ cp -a $_pkg/etc $fs/
42 #~ cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib
43 #~ cp -a $_pkg/usr/lib $fs/usr
44 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
45 cp -a $_pkg/usr/share/applications $fs/usr/share
46 #~ cp -a $_pkg/usr/share/desktop-directories $fs/usr/share
47 #~ cp -a $_pkg/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4
49 #~ strip -s $fs/usr/lib/$PACKAGE/xfce4/panel-plugins/*
51 }