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/net-ftp/pybootd/pybootd-1.5.0_pre2011052413...

28 lines
597 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
GIT_HASH="7fd7d045fd4b4cdeebf4d07c1c5cd9649c2172b8"
DESCRIPTION="Simplified BOOTP/DHCP/PXE/TFTP server"
HOMEPAGE="https://github.com/eblot/pybootd"
SRC_URI="https://github.com/eblot/pybootd/archive/${GIT_HASH:0:6}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-python/netifaces-0.5"
DEPEND=""
S="${WORKDIR}/pybootd-${GIT_HASH}"
PATCHES=(
"${FILESDIR}"/${PN}-scripts.patch
)