summaryrefslogtreecommitdiff
blob: 2118630e8eb4ea1be9cf7f90aa4e99de86bbaf70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libwbxml/libwbxml-0.10.1.ebuild,v 1.4 2009/05/16 16:16:03 nixnut Exp $

inherit cmake-utils

IUSE=""

DESCRIPTION="Library and tools to parse, encode and handle WBXML documents."
HOMEPAGE="http://libwbxml.opensync.org/"
SRC_URI="mirror://sourceforge/libwbxml/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"

DEPEND=">=dev-libs/expat-2.0.1-r1"
RDEPEND="${DEPEND}"