summaryrefslogtreecommitdiff
blob: dfd589da8f990d8e996325fc9fe6053fdad4ca7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eggs

DESCRIPTION="Generates bindings from C/C++ declarations."

LICENSE="BSD"
KEYWORDS="~x86 ~amd64"

DEPEND="dev-chicken/silex"
RDEPEND="${DEPEND}"