# Copyright 2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header: $ DESCRIPTION="Asian Font Packs for Acrobat Reader 5.0" HOMEPAGE="http://www.adobe.com/prodindex/acrobat/readstep.html" BASE_URI="ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/" SRC_URI="${BASE_URI}/chsfont.tar.gz ${BASE_URI}/chtfont.tar.gz ${BASE_URI}/jpnfont.tar.gz ${BASE_URI}/korfont.tar.gz" SLOT="0" LICENSE="Adobe" KEYWORDS="~x86" RDEPEND="=app-text/acroread-5*" IUSE="" S="${WORKDIR}" INSTALLDIR="/opt/Acrobat5/Resource/Font" src_install() { insinto ${INSTALLDIR} for tarfile in `ls *KIT/*.TAR` ; do tar -xvf ${tarfile} -C ${D}/${INSTALLDIR} || die done }