receipt for xchm

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


Hi all,
here's a receipt for xchm, just one thing here, for xchm to work it
also needs chmlib, and i have just sent a receipt for chmlib, but not
added chmlib as a dependency for xchm. if anyone can confirm if the
receipt is fine, it will be great.

# SliTaz package receipt.

PACKAGE="xchm"
VERSION="1.14"
CATEGORY="utilities"
SHORT_DESC="Cross-platform GUI for chmlib"
MAINTAINER="allan316@xxxxxxxxx"
DEPENDS=""
BUILD_DEPENDS="wxWidgets wxWidgets-dev"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://xchm.sourceforge.net";
WGET_URL="http://transact.dl.sourceforge.net/sourceforge/xchm/$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/