# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit font DESCRIPTION="Myanmar NLP Myanmar3 OpenType" HOMEPAGE="https://code.google.com/p/myanmar3source/" SRC_URI="https://myanmar3source.googlecode.com/files/mm3_20-Jan-2011.ttf" LICENSE="LGPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="" S="${WORKDIR}" FONT_S="${S}" FONT_SUFFIX="ttf" src_unpack() { cp -a "${DISTDIR}/${A}" "${S}/" || die }