net-libs/swiften/swiften-9999.ebuild
author Da Risk <da_risk@geekorum.com>
Fri, 01 May 2015 13:56:17 +0200
changeset 177 7f1ce231444c
parent 37 9cca8d5422ff
permissions -rw-r--r--
bump dev-util/android-studio to 1.2.0 version (Portage version: 2.2.18/hg/Linux x86_64, unsigned Manifest commit)

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

inherit git-2 scons-utils

DESCRIPTION="Xmpp library in c++"
HOMEPAGE="http://swift.im/swiften/"
SRC_URI=""
EGIT_REPO_URI="http://swift.im/git/swift"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

# S="${WORKDIR}/swift/Swiften"

DEPEND="dev-libs/boost"
RDEPEND="dev-libs/boost"

src_configure() {
	myesconsargs=(
		swiften_dll=1		# build dynamic
	)
}

src_compile() {
	pwd
	escons Swiften
}

src_install() {
	escons SWIFTEN_INSTALLDIR="${D}/usr" Swiften "${D}/usr"
}