wok view spacefm/receipt @ rev 13534

gnome-commander: added; gnome-commander-i18n: added (optional lang files)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 23 11:16:24 2012 +0200 (2012-10-23)
parents 73641efed1cc
children 88a3eb3bc7b7
line source
1 # SliTaz package receipt.
3 PACKAGE="spacefm"
4 VERSION="0.8.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Light, fast and easy to use file manager."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.xz"
9 WEB_SITE="http://spacefm.sourceforge.net/"
10 WGET_URL="$SF_MIRROR/$PACKAGE/files/$TARBALL"
11 SUGGESTED="udevil"
13 DEPENDS="glibc-base glib libgio util-linux-uuid libxcb xcb-util expat \
14 gtk+ startup-notification dbus dbus-glib gdk-pixbuf udev"
15 BUILD_DEPENDS="gtk+-dev dbus-glib-dev dbus-dev startup-notification-dev \
16 libxcb-dev xcb-util-dev expat-dev gdk-pixbuf-dev intltool udev-dev \
17 coreutils-file-special"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 cd $src
23 ./configure \
24 --with-preferable-sudo=/usr/bin/subox \
25 --disable-pixmaps \
26 $CONFIGURE_ARGS &&
27 make && make install
28 }
30 # Rules to gen a SliTaz package suitable for Tazpkg.
31 genpkg_rules()
32 {
33 mkdir -p $fs/usr/share $fs/etc/spacefm $fs/etc/xdg/spacefm
34 cp -a $install/usr/bin $fs/usr
35 for d in applications mime icons spacefm
36 do
37 cp -a $install/usr/share/$d $fs/usr/share
38 done
39 cp $stuff/spacefm.conf $fs/etc/spacefm
40 cp -a $stuff/autostart $fs/etc/xdg
41 # Faenza --> SliTaz
42 mv $fs/usr/share/icons/Faenza $fs/usr/share/icons/SliTaz
43 }
45 # This will creat BIG icon cache file
46 #
47 #post_install()
48 #{
49 #gtk-update-icon-cache -q -t -f $root/usr/share/icons/hicolor
50 #gtk-update-icon-cache -q -t -f $root/usr/share/icons/Faenza
51 #}