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-misc/linux-eoip/linux-eoip-0.5.ebuild

37 lines
699 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
AUTOTOOLS_AUTORECONF=1
AUTOTOOLS_IN_SOURCE_BUILD=1
inherit eutils autotools-utils
DESCRIPTION="Linux support for proprietary MIkrotik EoIP protocol"
HOMEPAGE="https://code.google.com/p/linux-eoip/"
SRC_URI="https://linux-eoip.googlecode.com/files/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
dev-libs/lzo:2
"
RDEPEND="${DEPEND}"
DOCS=( README )
src_prepare() {
esvn_clean
sed -e 's/bin_PROGRAMS/sbin_PROGRAMS/g' -i Makefile.am
autotools-utils_src_prepare
}
src_install() {
autotools-utils_src_install
insinto /etc
doins vip.cfg eoip.cfg
}