wok view tintin++/receipt @ rev 14101

tintin++: up 2.00.9
author Samuel Trassare <samuel_trassare@yahoo.com>
date Sat Feb 23 08:47:17 2013 -0800 (2013-02-23)
parents 925f375988f9
children 7896f0694ef6
line source
1 # SliTaz package receipt.
3 PACKAGE="tintin++"
4 VERSION="2.00.9"
5 CATEGORY="games"
6 SHORT_DESC="Terminal-based MUD client"
7 MAINTAINER="samuel_trassare@yahoo.com"
8 WEB_SITE="http://tintin.sourceforge.net"
9 TARBALL="tintin-$VERSION.tar.gz"
10 WGET_URL="http://sourceforge.net/projects/tintin/files/TinTin%2B%2B%20Source%20Code/$VERSION/$TARBALL"
12 DEPENDS="pcre"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src/src
18 ./configure $CONFIGURE_ARGS &&
19 make &&
20 make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/* $fs
27 }