wok view tintin++/receipt @ rev 12366

Up: bazaar to 2.5.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Apr 19 21:38:49 2012 +0000 (2012-04-19)
parents 88cfcda0c8aa
children 2b57c63d7ad0
line source
1 # SliTaz package receipt.
3 PACKAGE="tintin++"
4 VERSION="2.00.8"
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 }