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

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="tintin++"
4 VERSION="2.00.9"
5 CATEGORY="games"
6 SHORT_DESC="Terminal-based MUD client"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://tintin.sourceforge.io/"
11 TARBALL="tintin-$VERSION.tar.gz"
12 WGET_URL="http://sourceforge.net/projects/tintin/files/TinTin%2B%2B%20Source%20Code/$VERSION/$TARBALL"
14 BUILD_DEPENDS="zlib-dev pcre-dev"
16 compile_rules() {
17 cd $src/src
18 ./configure $CONFIGURE_ARGS &&
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="libpcre zlib"
26 }