Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 371 - ebuild for gatos ati drivers for xfree-4.2.0 (very simple ebuild)
Summary: ebuild for gatos ati drivers for xfree-4.2.0 (very simple ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2002-01-27 19:06 UTC by bnl
Modified: 2002-02-01 16:25 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bnl 2002-01-27 19:06:52 UTC
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# ati-driver-4.2.0.ebuild
# <bnl@eecs.berkeley.edu>

P="ATI-4.2.0-6.i386"
S=${WORKDIR}/${P}
DESCRIPTION="ATI drivers"
SRC_URI="http://prdownloads.sourceforge.net/gatos/${P}.tar.gz"
HOMEPAGE="http://gatos.sourceforge.net"

DEPEND="x11-base/xfree"
RDEPEND="$DEPEND"

src_install () {
	dodir /usr/X11R6
	cp -a ${WORKDIR}/X11R6/* ${D}/usr/X11R6
}
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-02-01 16:25:03 UTC
added this ebuild (with modifications) to media-video/ati-gatos.  Thanks!