Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21753 - freedroids-1.0.1 (updated ebuild)
Summary: freedroids-1.0.1 (updated ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-05-27 04:35 UTC by Gustavo Ribeiro Alves
Modified: 2003-06-05 22:36 UTC (History)
0 users

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


Attachments
The ebuild file (freedroid-1.0.1.ebuild,722 bytes, application/octet-stream)
2003-05-27 04:36 UTC, Gustavo Ribeiro Alves
Details
The digest file (digest-freedroid-1.0.1,68 bytes, application/octet-stream)
2003-05-27 04:37 UTC, Gustavo Ribeiro Alves
Details
freedroid-1.0.1 ebuild (freedroid-1.0.1.ebuild,744 bytes, text/plain)
2003-06-05 22:36 UTC, daktak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Ribeiro Alves 2003-05-27 04:35:28 UTC
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 Gustavo Ribeiro Alves 2003-05-27 04:36:54 UTC
Created attachment 12445 [details]
The ebuild file
Comment 2 Gustavo Ribeiro Alves 2003-05-27 04:37:16 UTC
Created attachment 12446 [details]
The digest file
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2003-06-05 14:56:43 UTC
in cvs
Comment 4 daktak 2003-06-05 22:36:11 UTC
Created attachment 12868 [details]
freedroid-1.0.1 ebuild

works