# SliTaz package receipt.

PACKED_SIZE="56.0K"
UNPACKED_SIZE="240.0K"
PACKAGE="pathfinder"
VERSION="1.6.49"
CATEGORY="x-window"
SHORT_DESC="Fast and light file manager using the Fox Toolkit."
MAINTAINER="pankso@slitaz.org"
LICENSE="LGPL2.1"
WANTED="fox"
WEB_SITE="http://www.fox-toolkit.org/"
HOST_ARCH="i486 arm"

DEPENDS="fox"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/usr/bin
	cp -a $install/usr/bin/PathFinder $fs/usr/bin
	copy_generic_files
}
