wok view tintin++/receipt @ rev 13682

Up gnome-icon-theme (3.6.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 29 10:44:06 2012 +0100 (2012-11-29)
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 }