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/net-libs/biblesync/biblesync-1.1.2-r2.ebuild

26 lines
584 B

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit cmake-utils toolchain-funcs
DESCRIPTION="A multicast protocol to support Bible software shared co-navigation"
HOMEPAGE="http://www.crosswire.org/wiki/BibleSync"
SRC_URI="mirror://sourceforge/gnomesword/${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64"
IUSE="static"
DEPEND="dev-util/cmake"
RDEPEND=""
src_configure() {
local mycmakeargs=(
"-DBUILD_SHARED_LIBS=$(usex !static)"
"-DLIBDIR=/usr/$(get_libdir)"
)
cmake-utils_src_configure
}