receipt for Eterm

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


This is just one last time, i hope you guys can check if the receipt
i made is fine

Eterm receipt

# SliTaz package receipt.

PACKAGE="Eterm"
VERSION="0.9.5"
CATEGORY="utilities"
SHORT_DESC="color vt102 terminal emulator"
MAINTAINER="allan316@xxxxxxxxx"
BUILD_DEPENDS="libast libast-dev imlib2 imlib2-dev"
DEPENDS="libast imlib2"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://www.eterm.org";
WGET_URL="$WEB_SITE/download/$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/lib
	cp -a $_pkg/usr/bin $fs/usr
	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib/
	cp -a $_pkg/usr/share $fs/usr
	strip -s $fs/usr/bin/*
}




-- 
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/