wok view tintin++/receipt @ rev 21909

updated sic (1.1 -> 1.2)
author Hans-G?nter Theisgen
date Fri Oct 04 15:39:32 2019 +0100 (2019-10-04)
parents 7896f0694ef6
children 67044681e776
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 LICENSE="GPL2"
9 WEB_SITE="http://tintin.sourceforge.net"
10 TARBALL="tintin-$VERSION.tar.gz"
11 WGET_URL="https://sourceforge.net/projects/tintin/files/TinTin%2B%2B%20Source%20Code/$VERSION/$TARBALL"
13 DEPENDS="pcre"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src/src
19 ./configure $CONFIGURE_ARGS &&
20 make &&
21 make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs
28 }