net-misc/babeld: initial commit.

Closes: https://bugs.gentoo.org/263504
Package-Manager: Portage-2.3.16, Repoman-2.3.6
This commit is contained in:
Benda Xu
2018-01-02 16:31:49 +09:00
parent 5a522fcafb
commit 88945811bc
3 changed files with 28 additions and 0 deletions

1
net-misc/babeld/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST babeld-1.8.0.tar.gz 92124 BLAKE2B 43f24c64280597201880a257095235447a49b97e7fcfc4f53db1c6e45564e41dc751017ce664779e4accdf03cb134cb33856288e2deebc6f194ae1e3744bad4e SHA512 6665ea5108200fe9d158a221ee5697c35fa1bf1d59e99a354aabea844342505731d77c1e3dff3917d048c2154bbadcdda5904ad6e46f16c43f52b5c297480b7d

View File

@@ -0,0 +1,22 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
DESCRIPTION="a loop-free distance-vector routing protocol"
HOMEPAGE="http://www.pps.jussieu.fr/~jch/software/babel/"
SRC_URI="http://www.pps.jussieu.fr/~jch/software/files/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
src_compile() {
emake CDEBUGFLAGS="${CFLAGS}"
}
src_install(){
emake "TARGET=${D}" PREFIX="${EPREFIX}"/usr install
dodoc CHANGES README
}

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person"><email>heroxbd@gentoo.org</email></maintainer>
</pkgmetadata>