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.
36 lines
866 B
36 lines
866 B
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-otr/xchat-otr-0.3.ebuild,v 1.7 2012/05/21 12:19:34 phajdan.jr Exp $
|
|
|
|
EAPI="2"
|
|
inherit cmake-utils
|
|
|
|
DESCRIPTION="Off-The-Record messaging (OTR) for xchat"
|
|
HOMEPAGE="http://irssi-otr.tuxfamily.org"
|
|
|
|
# This should probably be exported by cmake-utils as a variable
|
|
CMAKE_BINARY_DIR="${WORKDIR}"/${PN}_build
|
|
mycmakeargs="-DDOCDIR=/usr/share/doc/${PF}"
|
|
|
|
SRC_URI="ftp://download.tuxfamily.org/irssiotr/${P}.tar.gz"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 x86"
|
|
IUSE="debug"
|
|
|
|
RDEPEND="net-libs/libotr
|
|
net-irc/xchat
|
|
dev-libs/glib:2
|
|
dev-libs/libgcrypt
|
|
dev-libs/libgpg-error"
|
|
|
|
DEPEND="${RDEPEND}
|
|
virtual/pkgconfig
|
|
dev-lang/python"
|
|
|
|
src_install() {
|
|
cmake-utils_src_install
|
|
rm "${D}"/usr/share/doc/${PF}/LICENSE
|
|
}
|