# SliTaz package receipt.

PACKAGE="ratmenu"
VERSION="2.3.20"
CATEGORY="x-window"
SHORT_DESC="Menu generator created for ratpoison, but works with any WM"
MAINTAINER="gokhlayeh@slitaz.org"
DEPENDS="xorg-libX11"
TARBALL="${PACKAGE}_$VERSION.tar.gz"
WEB_SITE="http://packages.debian.org"
WGET_URL="http://ftp.de.debian.org/debian/pool/main/r/ratmenu/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
	cd $src
	make PREFIX=/usr &&
	make PREFIX=$DESTDIR/usr install
}

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