wok annotate tintin++/receipt @ rev 19587

Up node (0.12.18)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 28 13:05:40 2016 +0100 (2016-12-28)
parents 2b57c63d7ad0
children 86790a278e70
rev   line source
toronado@11710 1 # SliTaz package receipt.
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"
toronado@11710 7 MAINTAINER="samuel_trassare@yahoo.com"
pascal@15002 8 LICENSE="GPL2"
toronado@11710 9 WEB_SITE="http://tintin.sourceforge.net"
toronado@11710 10 TARBALL="tintin-$VERSION.tar.gz"
toronado@11710 11 WGET_URL="http://sourceforge.net/projects/tintin/files/TinTin%2B%2B%20Source%20Code/$VERSION/$TARBALL"
toronado@11710 12
toronado@11710 13 DEPENDS="pcre"
toronado@11710 14
toronado@11710 15 # Rules to configure and make the package.
toronado@11710 16 compile_rules()
toronado@11710 17 {
toronado@11710 18 cd $src/src
toronado@11710 19 ./configure $CONFIGURE_ARGS &&
toronado@11710 20 make &&
toronado@11710 21 make install
toronado@11710 22 }
toronado@11710 23
toronado@11710 24 # Rules to gen a SliTaz package suitable for Tazpkg.
toronado@11710 25 genpkg_rules()
toronado@11710 26 {
toronado@11710 27 cp -a $install/* $fs
toronado@11710 28 }