receipt for chmlib

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


Hi,
below is the receipt for chmlib, can anyone check if its ok.

# SliTaz package receipt.

PACKAGE="chmlib"
VERSION="0.39"
CATEGORY="misc"
SHORT_DESC="library for dealing with CHM format"
MAINTAINER="allan316@xxxxxxxxx"
DEPENDS=""
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://www.jedrea.com/chmlib";
WGET_URL="http://www.jedrea.com/chmlib/$TARBALL";

# Rules to configure and make the package.
compile_rules()
{
	cd $src
	./configure --prefix=/usr --infodir=/usr/share/info \
	--mandir=/usr/share/man $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/* $fs/usr
}


-- 
Thanx and regd's.

Allan.
http://www.in2dwok.com

---
SliTaz GNU/Linux Mailing list - http://www.slitaz.org/


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