wok-next view tintin++/receipt @ rev 14800
xz: remove liblzma
| author | Pascal Bellard <pascal.bellard@slitaz.org> | 
|---|---|
| date | Sat Jul 13 16:21:42 2013 +0200 (2013-07-13) | 
| parents | 925f375988f9 | 
| children | 7896f0694ef6 | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="tintin++"
     4 VERSION="2.00.9"
     5 CATEGORY="games"
     6 SHORT_DESC="Terminal-based MUD client"
     7 MAINTAINER="samuel_trassare@yahoo.com"
     8 WEB_SITE="http://tintin.sourceforge.net"
     9 TARBALL="tintin-$VERSION.tar.gz"
    10 WGET_URL="http://sourceforge.net/projects/tintin/files/TinTin%2B%2B%20Source%20Code/$VERSION/$TARBALL"
    12 DEPENDS="pcre"
    14 # Rules to configure and make the package.
    15 compile_rules()
    16 {
    17 	cd $src/src
    18 	./configure $CONFIGURE_ARGS && 
    19 	make && 
    20 	make install
    21 }
    23 # Rules to gen a SliTaz package suitable for Tazpkg.
    24 genpkg_rules()
    25 {
    26 	cp -a $install/* $fs
    27 }