First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 21753
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Gustavo Ribeiro Alves <gralves@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
freedroid-1.0.1.ebuild The ebuild file application/octet-stream Gustavo Ribeiro Alves 2003-05-27 04:36 0000 722 bytes Details
digest-freedroid-1.0.1 The digest file application/octet-stream Gustavo Ribeiro Alves 2003-05-27 04:37 0000 68 bytes Details
freedroid-1.0.1.ebuild freedroid-1.0.1 ebuild text/plain Russell York 2003-06-05 22:36 0000 744 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 21753 depends on: Show dependency tree
Show dependency graph
Bug 21753 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: 2003-05-27 04:35 0000
This is an update for the freedroids game. 

app-games/freedroids/freedroids-1.0.1.ebuild

# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /home/cvsroot/gentoo-x86/app-games/freedroid/freedroid-1.0.1.ebuild,v
1.6 2003/02/13 07:42:39 vapier Exp $

SRC_URI="mirror://sourceforge/freedroid/${P}.tar.gz"
HOMEPAGE="http://freedroid.sourceforge.net/"

LICENSE="GPL-2"

DESCRIPTION="Freedroid - a Paradroid clone"

KEYWORDS="x86 ppc"
S=${WORKDIR}/${P}

DEPEND=">=media-libs/libsdl-1.1.5
   media-libs/sdl-image"
SLOT="0"

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

src_install() {
   make DESTDIR=${D} install || die
} 

app-games/freedroids/files/digest-freedroid-1.0.1 

MD5 a4350ce4695d1ab65db7b6e1d7124863 freedroid-1.0.1.tar.gz 4769389

------- Comment #1 From Gustavo Ribeiro Alves 2003-05-27 04:36:54 0000 -------
Created an attachment (id=12445) [edit]
The ebuild file

------- Comment #2 From Gustavo Ribeiro Alves 2003-05-27 04:37:16 0000 -------
Created an attachment (id=12446) [edit]
The digest file

------- Comment #3 From Martin Holzer (RETIRED) 2003-06-05 14:56:43 0000 -------
in cvs

------- Comment #4 From Russell York 2003-06-05 22:36:11 0000 -------
Created an attachment (id=12868) [edit]
freedroid-1.0.1 ebuild

works

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