summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2019-09-19 20:08:15 +0800
committerBenda Xu <heroxbd@gentoo.org>2019-09-19 20:09:17 +0800
commitd47f79b6cf49ca7f55828c7458c40a7efbbf7cd4 (patch)
treec972a08843a876aefacf533bdc4f2c924aaa212b /net-misc/babeld/babeld-1.9.1.ebuild
parentsys-kernel/vanilla-sources: Automated version bump to {4.14.145,4.19.74,5.2.1... (diff)
downloadgentoo-d47f79b6cf49ca7f55828c7458c40a7efbbf7cd4.tar.gz
gentoo-d47f79b6cf49ca7f55828c7458c40a7efbbf7cd4.tar.bz2
gentoo-d47f79b6cf49ca7f55828c7458c40a7efbbf7cd4.zip
net-misc/babeld: bump to 1.9.1.
Drop old and remove the execution bit from files/babeld. Closes: https://bugs.gentoo.org/694854 Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'net-misc/babeld/babeld-1.9.1.ebuild')
-rw-r--r--net-misc/babeld/babeld-1.9.1.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/net-misc/babeld/babeld-1.9.1.ebuild b/net-misc/babeld/babeld-1.9.1.ebuild
new file mode 100644
index 000000000000..e0354998c9ec
--- /dev/null
+++ b/net-misc/babeld/babeld-1.9.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# 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
+ doinitd "${FILESDIR}"/${PN}
+}