wok-current annotate tintin++/receipt @ rev 24087
Up tazlito (531)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 11 11:04:20 2021 +0000 (2021-07-11) |
parents | 67044681e776 |
children | 922f061231c2 |
rev | line source |
---|---|
toronado@11710 | 1 # SliTaz package receipt. |
toronado@11710 | 2 |
toronado@11710 | 3 PACKAGE="tintin++" |
Hans-G?nter@23700 | 4 VERSION="2.02.02" |
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@23700 | 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 { |
Hans-G?nter@23700 | 29 cp -a $install/* $fs |
toronado@11710 | 30 } |