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/zinnia-tomoe/zinnia-tomoe-0.6.0_p2008091...

33 lines
741 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/zinnia-tomoe/zinnia-tomoe-0.6.0_p20080911.ebuild,v 1.4 2013/09/01 10:08:41 ago Exp $
EAPI=4
AUTOTOOLS_AUTORECONF=1
inherit autotools-utils multilib
MY_P=${P/_p/-}
DESCRIPTION="Handwriting model files trained with Tomoe data"
HOMEPAGE="http://zinnia.sourceforge.net/index.html"
SRC_URI="mirror://sourceforge/zinnia/${MY_P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
S="${WORKDIR}"/${MY_P}
AUTOTOOLS_IN_SOURCE_BUILD=1
src_prepare() {
sed -i -e "/^modeldir/s/lib/$(get_libdir)/" Makefile.am || die
autotools-utils_src_prepare
}