Bug 21753 - freedroids-1.0.1 (updated ebuild)
Bug#: 21753 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: games@gentoo.org Reported By: gralves@gmail.com
Component: Ebuilds
URL: 
Summary: freedroids-1.0.1 (updated ebuild)
Keywords:  EBUILD
Status Whiteboard: 
Opened: 2003-05-27 04:35 0000
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) [details]
The ebuild file

------- Comment #2 From Gustavo Ribeiro Alves 2003-05-27 04:37:16 0000 -------
Created an attachment (id=12446) [details]
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) [details]
freedroid-1.0.1 ebuild

works