Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3079 - tintin++-1.86.ebuild
Summary: tintin++-1.86.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Bart Lauwers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-27 14:23 UTC by Paul Belt
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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