pentoo-overlay/net-misc/faifa/faifa-9999.ebuild
2014-08-07 03:56:31 +00:00

29 lines
580 B
Bash

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
inherit git-2 autotools eutils
DESCRIPTION="Power Line Communication device manager"
HOMEPAGE="https://github.com/ffainelli/faifa"
EGIT_REPO_URI="https://github.com/ffainelli/faifa.git"
LICENSE="BSD"
SLOT="0"
KEYWORDS=""
DEPEND=""
RDEPEND="${DEPEND}"
src_prepare() {
epatch "${FILESDIR}/${PN}"-0.1_symlink.patch
#do no strip
sed -i -e "s:installman strip:installman:" Makefile.in
eautoreconf
}
src_install() {
emake DESTDIR="${D}" install
}