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

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 342b30daff76
children d457c4e37c1b
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@21020 9 WEB_SITE="http://tintin.sourceforge.net/"
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 }