wok view xfe/receipt @ rev 12234

Up:ocsreports (2.0.4)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Apr 09 12:02:30 2012 +0200 (2012-04-09)
parents e184b5f434c0
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="xfe"
4 VERSION="1.32.4"
5 CATEGORY="system-tools"
6 SHORT_DESC="Xfe File manager and utility using Fox toolkit."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://roland65.free.fr/xfe/"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
11 SUGGESTED="adie calculator shutterbug xfe-extras"
13 DEPENDS="libpng jpeg tiff xorg-libXft fox"
14 BUILD_DEPENDS="$DEPENDS libpng-dev jpeg-dev tiff-dev xorg-libXft-dev fox-dev intltool"
16 GENERIC_MENUS=no
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 cd $src
23 ./configure $CONFIGURE_ARGS && make && make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/bin $fs/usr/share/xfe/icons
31 cp -a $install/usr/bin/$PACKAGE $fs/usr/bin
32 cp -a $install/usr/share/xfe/xferc $fs/usr/share/xfe
33 sed -i 's/gnomeblue-theme/tango-theme/' $fs/usr/share/xfe/xferc
34 # Tango/Gnome icons theme only
35 cp -a $_pkg/usr/share/xfe/icons/tango-theme \
36 $fs/usr/share/xfe/icons
37 cp -a $_pkg/usr/share/xfe/icons/gnome-theme \
38 $fs/usr/share/xfe/icons
40 # Remove unwanted desktop menus.
41 # rm -f $fs/usr/share/applications/xf[i,v,p,w].desktop
42 }