Parent Directory
|
Revision Log
dev-util/pkgconfig -> virtual/pkgconfig (Portage version: 2.2.0_alpha101/cvs/Linux i686)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/media-gfx/apngopt/apngopt-1.1.ebuild,v 1.1 2012/01/11 23:10:53 radhermit Exp $ |
| 4 | |
| 5 | EAPI="4" |
| 6 | |
| 7 | inherit toolchain-funcs |
| 8 | |
| 9 | DESCRIPTION="optimize APNG images" |
| 10 | HOMEPAGE="http://sourceforge.net/projects/apng/" |
| 11 | SRC_URI="mirror://sourceforge/apng/APNG_Optimizer/${PV}/${P}-src.zip" |
| 12 | |
| 13 | LICENSE="LGPL-2.1" |
| 14 | SLOT="0" |
| 15 | KEYWORDS="~amd64 ~x86" |
| 16 | IUSE="" |
| 17 | |
| 18 | RDEPEND="sys-libs/zlib" |
| 19 | DEPEND="${RDEPEND} |
| 20 | virtual/pkgconfig |
| 21 | app-arch/unzip" |
| 22 | |
| 23 | S=${WORKDIR} |
| 24 | |
| 25 | src_compile() { |
| 26 | emake CC="$(tc-getCC)" LDLIBS="$($(tc-getPKG_CONFIG) --libs zlib)" ${PN} |
| 27 | } |
| 28 | |
| 29 | src_install() { |
| 30 | dobin ${PN} |
| 31 | dodoc readme.txt |
| 32 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |