You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-i18n/tegaki-zinnia-japanese/tegaki-zinnia-japanese-0.3....

26 lines
535 B

# Copyright 2013-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
DESCRIPTION="Handwriting model data of Japanese"
HOMEPAGE="http://tegaki.org/"
SRC_URI="http://www.tegaki.org/releases/${PV}/models/${P}.zip"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~ppc64 x86"
IUSE=""
DEPEND="app-arch/unzip"
RDEPEND=""
src_prepare() {
sed -i -e "/^installpath=/s:local/::" Makefile || die
sed -i -e "/^installpath=/s:installpath=:installpath=${ED}:" Makefile || die
}
src_compile() {
:
}