A receipt for miau

[ Thread Index | Date Index | More lists.tuxfamily.org/slitaz Archives ]


Hi,

here is a receipt for the IRC Bouncer called "miau" : http://miau.sourceforge.net/

I hope it will be useful to someone,

Regards,
Christophe
# SliTaz package receipt.

PACKAGE="miau"
VERSION="0.6.5"
CATEGORY="network"
SHORT_DESC="Another IRC-bouncer/proxy."
MAINTAINER="christophe.paris@xxxxxxx"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="http://miau.sourceforge.net/";
WGET_URL="http://downloads.sourceforge.net/miau/$TARBALL";

# Rules to configure and make the package.
compile_rules()
{
	cd $src
	./configure \
		--prefix=/usr \
		--infodir=/usr/share/info \
		--mandir=/usr/share/man \
		--docdir=/usr/share/doc \
		$CONFIGURE_ARGS
	make
	make DESTDIR=$PWD/_pkg install
}

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


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/