Bug 3079 - tintin++-1.86.ebuild
Bug#: 3079 Product:  Gentoo Linux Version: 1.2 Platform: x86
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: blauwers@gentoo.org Reported By: gaarde@yahoo.com
Component: Games
URL: 
Summary: tintin++-1.86.ebuild
Keywords:  
Status Whiteboard: 
Opened: 2002-05-27 14:23 0000
Description:   Opened: 2002-05-27 14:23 0000
# Author gaarde <gaarde at users dot sourceforge dot net>

S=${WORKDIR}/tintin++/src
DESCRIPTION="(T)he k(I)cki(N) (T)ickin d(I)kumud clie(N)t"
SRC_URI="http://mail.newclear.net/tintin/download/tintin++v1.86.tar.gz"
HOMEPAGE="http://mail.newclear.net/tintin/"

DEPEND="sys-libs/ncurses"

src_compile() {
    cd ${S}
        ./configure --prefix=/usr || die
    make CFLAGS="$CFLAGS" || die
}

src_install () {
    cd ${S}

    dodir /usr/bin
    dosbin tt++

    dodoc ../BUGS ../CHANGES ../CREDITS ../FAQ ../INSTALL ../README ../TODO
../docs/*
}

------- Comment #1 From Bart Lauwers (RETIRED) 2002-06-03 19:29:20 0000 -------
Please check the added ebuild for tintin and reopen bug if you spot an issue.

Cheers,
 Bart