wok-next annotate tintin++/receipt @ rev 21695

updated gob2 (2.0.17 -> 2.0.20)
author Hans-G?nter Theisgen
date Tue Jun 30 15:37:32 2020 +0100 (2020-06-30)
parents d5aab818505e
children
rev   line source
al@20749 1 # SliTaz package receipt v2.
toronado@11710 2
toronado@11710 3 PACKAGE="tintin++"
samuel_trassare@14101 4 VERSION="2.00.9"
toronado@11710 5 CATEGORY="games"
toronado@11710 6 SHORT_DESC="Terminal-based MUD client"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
al@21041 9 WEB_SITE="https://tintin.sourceforge.io/"
al@20749 10
toronado@11710 11 TARBALL="tintin-$VERSION.tar.gz"
toronado@11710 12 WGET_URL="http://sourceforge.net/projects/tintin/files/TinTin%2B%2B%20Source%20Code/$VERSION/$TARBALL"
toronado@11710 13
al@19675 14 BUILD_DEPENDS="zlib-dev pcre-dev"
toronado@11710 15
al@20749 16 compile_rules() {
toronado@11710 17 cd $src/src
al@20749 18 ./configure $CONFIGURE_ARGS &&
al@20749 19 make &&
toronado@11710 20 make install
toronado@11710 21 }
toronado@11710 22
al@20749 23 genpkg_rules() {
al@20749 24 copy @std
al@20749 25 DEPENDS="libpcre zlib"
toronado@11710 26 }