wok view tintin++/receipt @ rev 23079

updated liblinebreak and liblinebreak-dev (2.0 -> 2.1)
author Hans-G?nter Theisgen
date Tue Mar 10 16:26:23 2020 +0100 (2020-03-10)
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 }