# SliTaz package receipt.

PACKAGE="p7zip"
VERSION="9.20.1"
CATEGORY="utilities"
SHORT_DESC="A file archiver with a high compression ratio (supports only 7z archives)"
MAINTAINER="milka@konstelacioj.info"
TARBALL="${PACKAGE}_${VERSION}_src_all.tar.bz2"
WEB_SITE="http://p7zip.sourceforge.net/"
WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
	cd $src
	make 7zr
}

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