wok view xfe/receipt @ rev 15416

Up: thunderbird-langpack-en_US (17.0.9esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 03 21:52:37 2013 +0100 (2013-11-03)
parents 9b07ff23fcc3
children 0514c1f0caa8
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 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://roland65.free.fr/xfe/"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 SUGGESTED="adie calculator shutterbug xfe-extras"
14 DEPENDS="libpng jpeg tiff xorg-libXft fox"
15 BUILD_DEPENDS="$DEPENDS libpng-dev jpeg-dev tiff-dev xorg-libXft-dev fox-dev intltool"
17 GENERIC_MENUS=no
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 cd $src
24 ./configure $CONFIGURE_ARGS && make && make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr/bin $fs/usr/share/xfe/icons
32 cp -a $install/usr/bin/$PACKAGE $fs/usr/bin
33 cp -a $install/usr/share/xfe/xferc $fs/usr/share/xfe
34 sed -i 's/gnomeblue-theme/tango-theme/' $fs/usr/share/xfe/xferc
35 # Tango/Gnome icons theme only
36 cp -a $install/usr/share/xfe/icons/tango-theme \
37 $fs/usr/share/xfe/icons
38 cp -a $install/usr/share/xfe/icons/gnome-theme \
39 $fs/usr/share/xfe/icons
41 # Remove unwanted desktop menus.
42 # rm -f $fs/usr/share/applications/xf[i,v,p,w].desktop
43 }