13 lines
349 B
Bash
13 lines
349 B
Bash
# Copyright 1999-2014 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
EAPI=5
|
|
SWORD_MODULE="RWP"
|
|
|
|
inherit sword-module
|
|
|
|
DESCRIPTION="Robertson's Word Pictures"
|
|
HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=RWP"
|
|
LICENSE="public-domain free-noncomm"
|
|
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
|