wok view tintin++/receipt @ rev 12715

cross-arm-binutils: improve package (use symlinks for gcc lib/include path)
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 05 04:00:34 2012 +0200 (2012-05-05)
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 }