summaryrefslogtreecommitdiff
blob: 1c5f9175e673a9a9a713cdc52c4cc94bc5fd3f87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 1999-2010 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}"