wok view tintin++/receipt @ rev 22147

updated xalan-c and xalan-c-dev (1.10.0 -> 1.11)
author Hans-G?nter Theisgen
date Wed Nov 06 16:26:14 2019 +0100 (2019-11-06)
parents 86790a278e70
children cfb9cedf55fe
line source
1 # SliTaz package receipt.
3 PACKAGE="tintin++"
4 VERSION="2.01.91"
5 CATEGORY="games"
6 SHORT_DESC="Terminal-based MUD client."
7 MAINTAINER="samuel_trassare@yahoo.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://tintin.sourceforge.io"
11 SOURCE="tintin"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL"
15 DEPENDS="pcre"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd src
21 ./configure $CONFIGURE_ARGS &&
22 make &&
23 make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/* $fs
30 }