# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 inherit autotools eutils subversion DESCRIPTION="tools to parse Photoshop PSD/PSB format files, describe salient structure as text and XML, convert to XCF, and dump layers to PNG files" HOMEPAGE="http://www.telegraphics.com.au/sw/product/psdparse" SRC_URI="" ESVN_REPO_URI="http://www.telegraphics.com.au/svn/psdparse/trunk/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="media-libs/libpng sys-libs/zlib" RDEPEND="${DEPEND}" src_prepare() { eautoreconf }