| 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/*
}
Please check the added ebuild for tintin and reopen bug if you spot an issue. Cheers, Bart