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/libmsn/libmsn-4.2.ebuild

26 lines
684 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libmsn/libmsn-4.2.ebuild,v 1.4 2012/01/31 19:37:35 ssuominen Exp $
EAPI=4
inherit cmake-utils
DESCRIPTION="Library for connecting to Microsoft's MSN Messenger service."
HOMEPAGE="http://sourceforge.net/projects/libmsn/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="
dev-libs/openssl
"
RDEPEND="${DEPEND}"
DOCS=(README THANKS TODO)
PATCHES=( "${FILESDIR}/${P}-install-xmlparser-header.patch" )