Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2186 - new package: paragui-1.0.1.ebuild
Summary: new package: paragui-1.0.1.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-28 10:58 UTC by phoen][x
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 phoen][x 2002-04-28 10:58:19 UTC
media-libs/paragui, a cross-platform high-level application framework and GUI. 
this is another dependency for asc. simple ebuild which shouldnt be hard to 
check. :)

-phoen][x-
Comment 1 phoen][x 2002-04-28 11:03:05 UTC
attaching doesnt work. it tells me that i didnt enter the right id - well 
anyways, here we go (w/o digest):

-=[paragui-1.0.1.ebuild]=--------------------------------------------------
# Copyriht 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author phoen][x <eqc_phoenix@gmx.de>
# $header:$

DESCRIPTION="A cross-platform high-level application framework and GUI 
library"
SRC_URI="http://freesoftware.fsf.org/download/paragui/${P}.tar.gz"
HOMEPAGE="http://www.paragui.org"

DEPEND=">=media-libs/libsdl-1.2.4
        >=media-libs/sdl-image-1.2.1-r1"

src_compile() {

        ./configure \
                --host=${CHOST} \
                --prefix=/usr \
                --mandir=/usr/share/man || die

        emake || die
}

src_install() {

        make DESTDIR=${D} install || die
                
        dodoc AUTHORS COPYING README README-ParaGUI.txt RELEASENOTES.final 
TODO THANKS
}
-------------------------------------------------------------------=[EOF]=-
Comment 2 Ryan Phillips (RETIRED) gentoo-dev 2002-04-28 23:18:47 UTC
committed.