wok rev 11898

Add SpaceFM (PCmanFM fork with greate features)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 29 15:57:12 2012 +0100 (2012-02-29)
parents 7283539d1809
children 2477eb254318
files spacefm/receipt spacefm/stuff/spacefm.conf
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/spacefm/receipt	Wed Feb 29 15:57:12 2012 +0100
     1.3 @@ -0,0 +1,37 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="spacefm"
     1.7 +VERSION="0.7.0"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="Light, fast and easy to use file manager."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.12 +WEB_SITE="http://spacefm.sourceforge.net/"
    1.13 +WGET_URL="$SF_MIRROR/$PACKAGE/files/$TARBALL"
    1.14 +
    1.15 +DEPENDS="glibc-base glib libgio util-linux-ng-uuid libxcb xcb-util expat \
    1.16 +gtk+ startup-notification dbus dbus-glib gdk-pixbuf"
    1.17 +BUILD_DEPENDS="gtk+-dev dbus-glib-dev dbus-dev startup-notification-dev \
    1.18 +libxcb-dev xcb-util-dev expat-dev gdk-pixbuf-dev"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +	cd $src
    1.24 +	./configure \
    1.25 +		--with-preferable-sudo=/usr/bin/subox \
    1.26 +		$CONFIGURE_ARGS &&
    1.27 +	make && make install
    1.28 +}
    1.29 +
    1.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 +genpkg_rules()
    1.32 +{
    1.33 +	mkdir -p $fs/usr/share $fs/etc/spacefm
    1.34 +	cp -a $install/usr/bin $fs/usr
    1.35 +	for d in applications mime pixmaps spacefm
    1.36 +	do
    1.37 +		cp -a $install/usr/share/$d $fs/usr/share
    1.38 +	done
    1.39 +	cp $stuff/spacefm.conf $fs/etc/spacefm
    1.40 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/spacefm/stuff/spacefm.conf	Wed Feb 29 15:57:12 2012 +0100
     2.3 @@ -0,0 +1,5 @@
     2.4 +# spacefm.conf: SliTaz GNU/Linux SpaceFM configuration file.
     2.5 +
     2.6 +# tmp_dir should be a root-protected user-writable dir like /tmp
     2.7 +# tmp_dir must NOT contain spaces or special chars - keep it simple
     2.8 +tmp_dir=/tmp