wok view tintin++/receipt @ rev 20167

Up smtube, smplayer (18.1.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jan 11 13:05:26 2018 +0100 (2018-01-11)
parents 2b57c63d7ad0
children 86790a278e70
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="http://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 }