# SliTaz package receipt. PACKAGE="miau" VERSION="0.6.5" CATEGORY="network" SHORT_DESC="Another IRC-bouncer/proxy." MAINTAINER="christophe.paris@free.fr" 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 cp -a $_pkg/usr/share $fs/usr }