First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 155083
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Default Assignee for Orphaned Packages <maintainer-needed@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Ryan Patterson <cgamesplay@cgamesplay.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 155083 depends on: Show dependency tree
Bug 155083 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

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


Not eligible to see or edit group visibility for this bug.






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


Description:   Opened: 2006-11-13 14:31 0000
Following is the ebuild:

# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/jpgalleg/jpgalleg-1.1-r1.ebuild,v
1.5 2004/06/24 23:04:21 agriffis Exp $

inherit eutils

DESCRIPTION="The jpeg loading routines are able to load almost any JPG image
file with Allegro."
HOMEPAGE="http://www.ecplusplus.com/index.php?page=projects&pid=1"
SRC_URI="http://www.ecplusplus.com/files/${PN}-${PV}.tar.gz"

LICENSE="zlib"
KEYWORDS="x86"
SLOT="0"
IUSE=""

DEPEND=">=media-libs/allegro-4.0.0"
S="${WORKDIR}/${PN}-${PV}"

src_unpack() {
        unpack ${A}

        cd ${S}
}

src_compile() {
        cd ${S}/
        ./fix.sh unix --quick
        emake || die "emake failed"
}

src_install() {
        cd ${S}/

        mkdir ${D}usr
        mkdir ${D}usr/include
        mkdir ${D}usr/lib

        emake install INSTALL_BASE_PATH="${D}usr" || die "emake install failed"

        dodoc readme.txt

        insinto /usr/share/doc/${P}/examples
        doins examples/*
}

------- Comment #1 From Charlie Shepherd (RETIRED) 2006-12-26 08:10:48 0000 -------
The website is down. Please reopen with an alternate tarball location or when
upstream's website is back up.

------- Comment #2 From Ryan Patterson 2007-02-05 17:58:56 0000 -------
Seems to be up.

------- Comment #3 From Anant Narayanan (RETIRED) 2007-03-08 19:34:07 0000 -------
Thanks, committed to CVS.

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