Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Copyright 1999-2012 Gentoo Foundation
- # Distributed under the terms of the GNU General Public License v2
- # $Header: $
- EAPI=4
- inherit multilib libtool
- DESCRIPTION="Portable Network Graphics library"
- HOMEPAGE="http://www.libpng.org/"
- SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
- LICENSE="as-is"
- SLOT="1"
- KEYWORDS="~amd64 ~x86"
- IUSE=""
- RDEPEND="sys-libs/zlib"
- DEPEND="${RDEPEND}
- app-arch/xz-utils"
- src_prepare() {
- elibtoolize
- }
- src_configure() {
- econf --disable-static
- }
- src_compile() {
- emake libpng14.la
- }
- src_install() {
- mv "${WORKDIR}/${P}"/.libs/libpng14.so* /usr/lib
- }
Advertisement
Add Comment
Please, Sign In to add comment