# SliTaz package receipt.

PACKAGE="get-rar"
VERSION="1.00"
CATEGORY="non-free"
SHORT_DESC="Get RAR packer."
MAINTAINER="pascal.bellard@slitaz.org"
WEB_SITE="http://www.rarlab.com/"
TAGS="compression archive"

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