Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 3079

Summary: tintin++-1.86.ebuild
Product: Gentoo Linux Reporter: Paul Belt <gaarde>
Component: [OLD] GamesAssignee: Bart Lauwers (RETIRED) <blauwers>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: 1.2   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Paul Belt 2002-05-27 14:23:17 UTC
# 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 Bart Lauwers (RETIRED) gentoo-dev 2002-06-03 19:29:20 UTC
Please check the added ebuild for tintin and reopen bug if you spot an issue.

Cheers,
 Bart