Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 174676 - cytadela-0.6.3.ebuild (New Package)
Summary: cytadela-0.6.3.ebuild (New Package)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2007-04-15 12:32 UTC by Dawid Kostur
Modified: 2018-12-03 12:57 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
cytadela-0.6.3.ebuild (cytadela-0.6.3.ebuild,615 bytes, text/plain)
2007-05-02 10:25 UTC, Piotr Szymaniak
Details
cytadela-0.6.3.ebuild - adapted to game herd rules (cytadela-0.6.3.ebuild,561 bytes, text/plain)
2007-08-21 12:09 UTC, Tupone Alfredo
Details
cytadela-0.7.ebuild (cytadela-0.7.ebuild,760 bytes, text/plain)
2007-10-28 12:22 UTC, Dawid Kostur
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dawid Kostur 2007-04-15 12:32:42 UTC
Hi, my ebuild games cytadela:

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

MY_P="${P}-src"

DESCRIPTION="Clone Amiga games Cytadela"
HOMEPAGE="http://cytadela.sf.net"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""#*

DEPEND="media-libs/libsdl
        media-libs/sdl-mixer
        virtual/opengl
        virtual/glu"
#RDEPEND=""
S=${WORKDIR}/${MY_P}

src_compile() {

        econf || die "econf failde"

        emake || die "emake failed"
}

src_install() {

        emake DESTDIR="${D}" install || die "install failed"
        dodoc docs/*
}

Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-05-01 21:42:47 UTC
NOT a Gentoo Bugzilla product bug; please read the descriptions.
Comment 2 Tupone Alfredo gentoo-dev 2007-05-01 21:51:25 UTC
ebuild should not be put inline. Use the "Create a New Attachment" as it speed up the process of analyzing it
Comment 3 Piotr Szymaniak 2007-05-02 10:25:25 UTC
Created attachment 117934 [details]
cytadela-0.6.3.ebuild

Here's same ebuild with corrected description. Works fine for me.
Comment 4 Tupone Alfredo gentoo-dev 2007-08-21 12:09:08 UTC
Created attachment 128766 [details]
cytadela-0.6.3.ebuild - adapted to game herd rules

It install fine. It is on an early stage development to be put in portage IMHO.
Comment 5 Dawid Kostur 2007-09-12 10:03:51 UTC
Ok, I'm used Create a New Attachment. Tupone Alfredo thanks a update my ebuild and Piotr Szymaniak thanks for Create a New Attachment.
Comment 6 Dawid Kostur 2007-10-28 12:22:08 UTC
Created attachment 134525 [details]
cytadela-0.7.ebuild