Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3845 - ytin-1.83.5.ebuild
Summary: ytin-1.83.5.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: phoen][x
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-18 10:24 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-06-18 10:24:15 UTC
# Author gaarde <gaarde at users dot sourceforge dot net>

# NOTE:  tintin++ also uses the tt++ binary name

S=${WORKDIR}/ytin
PV="1.83a5"
DESCRIPTION="yet another TinTin++"
SRC_URI="http://ytin.sourceforge.net/ytin/ytin.tar.gz"
HOMEPAGE="http://ytin.sourceforge.net/"
LICENSE="GPL-2"

DEPEND="sys-libs/ncurses"

src_compile() {
        ./configure \
                --host=${CHOST} \
                --prefix=/usr \
                --infodir=/usr/share/info \
                --mandir=/usr/share/man || die "./configure failed"
        emake CFLAGS="$CFLAGS" || die
}

src_install () {
        dobin tt++

        dodoc ChangeLog README.1st docs/*
}
Comment 1 phoen][x 2002-07-09 12:30:15 UTC
I modified the ebuild and added it to the tree (as app-games/ytin).
Thanks for the contribution.

-phoen][x-