wok-next view tintin++/receipt @ rev 19715

Fix building: pciutils, pcmanfm-legacy, arj
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 13 17:25:31 2017 +0300 (2017-05-13)
parents 7896f0694ef6
children 342b30daff76
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"
14 BUILD_DEPENDS="zlib-dev pcre-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src/src
20 ./configure $CONFIGURE_ARGS &&
21 make &&
22 make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs
29 }