tegaki-zinnia-japanese-0.3.ebuild 512 B

1234567891011121314151617181920212223242526
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. DESCRIPTION="Handwriting model data of Japanese"
  5. HOMEPAGE="http://tegaki.org/"
  6. SRC_URI="http://www.tegaki.org/releases/${PV}/models/${P}.zip"
  7. LICENSE="LGPL-2"
  8. SLOT="0"
  9. KEYWORDS="~amd64 ~x86"
  10. IUSE=""
  11. DEPEND=""
  12. RDEPEND=""
  13. src_prepare() {
  14. sed -i -e "/^installpath=/s:local/::" Makefile || die
  15. sed -i -e "/^installpath=/s:installpath=:installpath=${ED}:" Makefile || die
  16. }
  17. src_compile() {
  18. :
  19. }