First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 3079
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Bart Lauwers (RETIRED) <blauwers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Paul Belt <gaarde@yahoo.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 3079 depends on: Show dependency tree
Show dependency graph
Bug 3079 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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

First Last Prev Next    No search results available      Search page      Enter new bug