wok-current annotate tintin++/receipt @ rev 23456
updated pure-ftpd and pure-ftpd-pam (1.0.48 -> 1.0.49)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 03 13:56:35 2020 +0100 (2020-04-03) |
parents | 86790a278e70 |
children | cfb9cedf55fe |
rev | line source |
---|---|
toronado@11710 | 1 # SliTaz package receipt. |
toronado@11710 | 2 |
toronado@11710 | 3 PACKAGE="tintin++" |
Hans-G?nter@22034 | 4 VERSION="2.01.91" |
toronado@11710 | 5 CATEGORY="games" |
Hans-G?nter@22034 | 6 SHORT_DESC="Terminal-based MUD client." |
toronado@11710 | 7 MAINTAINER="samuel_trassare@yahoo.com" |
pascal@15002 | 8 LICENSE="GPL2" |
Hans-G?nter@22034 | 9 WEB_SITE="https://tintin.sourceforge.io" |
Hans-G?nter@22034 | 10 |
Hans-G?nter@22034 | 11 SOURCE="tintin" |
Hans-G?nter@22034 | 12 TARBALL="$SOURCE-$VERSION.tar.gz" |
Hans-G?nter@22034 | 13 WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" |
toronado@11710 | 14 |
toronado@11710 | 15 DEPENDS="pcre" |
toronado@11710 | 16 |
toronado@11710 | 17 # Rules to configure and make the package. |
toronado@11710 | 18 compile_rules() |
toronado@11710 | 19 { |
Hans-G?nter@22034 | 20 cd src |
toronado@11710 | 21 ./configure $CONFIGURE_ARGS && |
toronado@11710 | 22 make && |
toronado@11710 | 23 make install |
toronado@11710 | 24 } |
toronado@11710 | 25 |
toronado@11710 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
toronado@11710 | 27 genpkg_rules() |
toronado@11710 | 28 { |
toronado@11710 | 29 cp -a $install/* $fs |
toronado@11710 | 30 } |