# SliTaz package receipt.

PACKAGE="ii"
VERSION="1.6"
CATEGORY="network"
SHORT_DESC="Minimalist IRC client."
MAINTAINER="pascal.bellard@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://tools.suckless.org/ii"
WGET_URL="http://dl.suckless.org/tools/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
	cd $src
	sed -i 's|/usr/local|/usr|' config.mk
	make clean &&
	make DESTDIR=$DESTDIR install
}

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