wok diff spacefm/receipt @ rev 12102

nanochess: change background color
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 11 12:10:56 2012 +0100 (2012-03-11)
parents
children 329b3d831d83
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/spacefm/receipt	Sun Mar 11 12:10:56 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 +}