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-text/freepwing/freepwing-1.4.3.ebuild

24 lines
666 B

# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/freepwing/freepwing-1.4.3.ebuild,v 1.7 2009/12/26 18:52:28 tove Exp $
IUSE=""
DESCRIPTION="FreePWING is a free JIS X 4081 (subset of EPWING V1) formatter"
HOMEPAGE="http://www.sra.co.jp/people/m-kasahr/freepwing/"
SRC_URI="ftp://ftp.sra.co.jp/pub/misc/freepwing/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
DEPEND="dev-lang/perl"
src_install() {
einstall perllibdir=${D}/`perl -V:vendorlib | cut -d\' -f2` \
pkgdocdir=${D}/usr/share/doc/${PF} || die
dodoc AUTHORS ChangeLog INSTALL NEWS README
}