summaryrefslogtreecommitdiff
blob: 46fe6233b42b4279816b1db41946ec47e86e032e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI="4"

MY_P=${PN}-${PV/_/-}

DESCRIPTION="NBD server program enabling live block device migration over wide-area networks"
HOMEPAGE="https://bitbucket.org/hirofuchi/xnbd/wiki/Home"
SRC_URI="https://bitbucket.org/hirofuchi/xnbd/downloads/${MY_P}.tar.bz2"

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

RDEPEND=">=dev-libs/glib-2.32:2"
DEPEND="${RDEPEND}"

S=${WORKDIR}/${MY_P}