Parent Directory
|
Revision Log
Initial commit, moved from luke-jr's bitcoin overlay (Portage version: 2.1.10.44/cvs/Linux x86_64)
| 1 | blueness | 1.1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 | ||
| 3 | # $Header: $ | ||
| 4 | |||
| 5 | EAPI=4 | ||
| 6 | DESCRIPTION="API to access display driver functionality for ATI graphics cards" | ||
| 7 | HOMEPAGE="http://developer.amd.com/sdks/adlsdk/" | ||
| 8 | SRC_URI="http://download2-developer.amd.com/amd/GPU/zip/ADL_SDK_${PV}.zip" | ||
| 9 | |||
| 10 | LICENSE="AMD-ADL" | ||
| 11 | SLOT="0" | ||
| 12 | KEYWORDS='~amd64 ~x86' | ||
| 13 | IUSE='doc examples' | ||
| 14 | |||
| 15 | DEPEND="" | ||
| 16 | RDEPEND="${DEPEND} | ||
| 17 | x11-drivers/ati-drivers | ||
| 18 | " | ||
| 19 | |||
| 20 | RESTRICT='mirror' | ||
| 21 | |||
| 22 | S="${WORKDIR}" | ||
| 23 | |||
| 24 | src_install() { | ||
| 25 | use doc && dodoc -r 'Public-Documents'/* 'adlutil/ADLUTIL User Guide.doc' | ||
| 26 | use examples && dodoc -r 'Sample' 'Sample-Managed' | ||
| 27 | |||
| 28 | insinto '/usr/include/ADL' | ||
| 29 | doins include/* | ||
| 30 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |