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/dev-libs/libmowgli-glib/libmowgli-glib-0.1.ebuild

20 lines
450 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
DESCRIPTION="GLib bridge for libmowgli-2 eventing"
HOMEPAGE="https://github.com/nenolod/libmowgli-glib"
SRC_URI="http://tortois.es/~nenolod/distfiles/${P}.tar.bz2"
IUSE=""
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="dev-libs/glib:2
dev-libs/libmowgli:2"
DEPEND="${RDEPEND}
virtual/pkgconfig"
DOCS="README.md"