summaryrefslogtreecommitdiff
path: root/gentoo/libgato.ebuild
blob: e1ae941ea553173d0d2c595aa31bb4266c39fa23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2013 Javier S. Pedro
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4
EGIT_REPO_URI="git://gitorious.org/gato/libgato.git"

inherit git-2 qt4-r2

DESCRIPTION="Generic Attribute Profile library for Bluetooth device)"
HOMEPAGE="https://gitorious.org/firefox-gnome-globalmenu/qt4-gnome-globalmenu"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 amd64"
IUSE="debug"

RDEPEND=">=dev-qt/qtcore-4.8:4 net-wireless/bluez"

src_unpack() {
	git-2_src_unpack
}