media-gfx/pngtoico - 1.0.1 (gentoo)

Search

Install

Install this version:

emerge -a =media-gfx/pngtoico-1.0.1

Package Information

Description:
Convert png images to MS ico format
Homepage:
https://www.kernel.org/pub/software/graphics/pngtoico/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.0.1 7 amd64 ~ppc x86 0
View Raw Ebuild
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit toolchain-funcs

DESCRIPTION="Convert png images to MS ico format"
HOMEPAGE="https://www.kernel.org/pub/software/graphics/pngtoico/"
SRC_URI="https://www.kernel.org/pub/software/graphics/pngtoico/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"

RDEPEND="media-libs/libpng:="
DEPEND="${RDEPEND}"

PATCHES=(
	"${FILESDIR}"/${P}-Makefile.patch
	"${FILESDIR}"/${P}-libpng15.patch
)

src_configure() {
	tc-export CC
}

src_install() {
	dobin ${PN}
	doman ${PN}.1
}

Inherited Eclasses

Dependencies

DEPEND

media-libs/libpng:=

RDEPEND

media-libs/libpng:=

Manifest for 1.0.1

Type File Size Source URLs
DIST pngtoico-1.0.1.tar.bz2 4355 bytes https://www.kernel.org/pub/software/graphics/pngtoico/pngtoico-1.0.1.tar.bz2