Parent Directory
|
Revision Log
Initial commit; headers required for building media-libs/chromaprint tools. (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
| 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 | |
| 7 | MY_P=${P/pp/++} |
| 8 | |
| 9 | DESCRIPTION="A simple but powerful C++ interface to libpng" |
| 10 | HOMEPAGE="http://www.nongnu.org/pngpp/" |
| 11 | SRC_URI="mirror://nongnu/${PN}/${MY_P}.tar.gz" |
| 12 | |
| 13 | LICENSE="BSD" |
| 14 | SLOT="0" |
| 15 | KEYWORDS="~amd64 ~x86" |
| 16 | IUSE="" |
| 17 | |
| 18 | RDEPEND=">=media-libs/libpng-1.2:0" |
| 19 | DEPEND="" |
| 20 | |
| 21 | S=${WORKDIR}/${MY_P} |
| 22 | |
| 23 | src_compile() { :; } |
| 24 | src_test() { :; } |
| 25 | |
| 26 | src_install() { |
| 27 | emake PREFIX="${D}/usr" install-headers |
| 28 | dodoc AUTHORS BUGS ChangeLog NEWS README TODO |
| 29 | docinto examples |
| 30 | dodoc example/*.cpp |
| 31 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |