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

libftdi: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 14 23:27:36 2017 +0200 (2017-10-14)
parents 7896f0694ef6
children 342b30daff76
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"
al@19675 14 BUILD_DEPENDS="zlib-dev pcre-dev"
toronado@11710 15
toronado@11710 16 # Rules to configure and make the package.
toronado@11710 17 compile_rules()
toronado@11710 18 {
toronado@11710 19 cd $src/src
toronado@11710 20 ./configure $CONFIGURE_ARGS &&
toronado@11710 21 make &&
toronado@11710 22 make install
toronado@11710 23 }
toronado@11710 24
toronado@11710 25 # Rules to gen a SliTaz package suitable for Tazpkg.
toronado@11710 26 genpkg_rules()
toronado@11710 27 {
toronado@11710 28 cp -a $install/* $fs
toronado@11710 29 }