From 56aa542659a5d17526359ea7285402a8f8785a9a Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 4 Jun 2015 14:27:46 +0000 Subject: arping iputils Change-Id: Ie925709677c2a83d7e512911fc4cfa7de749e967 --- strata/networking-utils.morph | 6 +++--- strata/networking-utils/arping.morph | 6 +++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/strata/networking-utils.morph b/strata/networking-utils.morph index 951e2d29..54c2f0c7 100644 --- a/strata/networking-utils.morph +++ b/strata/networking-utils.morph @@ -44,9 +44,9 @@ chunks: unpetrify-ref: libnet-1.2 - name: arping morph: strata/networking-utils/arping.morph - repo: upstream:arping - ref: a416764b03f4d5960b61372e27d84606899bfe2c - unpetrify-ref: arping-2.15 + repo: https://github.com/iputils/iputils + ref: d25e54e25107bc7c5d14737ed65f5f52b54f1472 + unpetrify-ref: s20140519 build-depends: - libpcap - libnet diff --git a/strata/networking-utils/arping.morph b/strata/networking-utils/arping.morph index d9f5bd30..f6a3413e 100644 --- a/strata/networking-utils/arping.morph +++ b/strata/networking-utils/arping.morph @@ -1,3 +1,7 @@ name: arping kind: chunk -build-system: autotools +build-system: manual +build-commands: +- make arping +install-commands: +- install -D -m 755 arping "$DESTDIR$PREFIX"/sbin/arping -- cgit v1.2.1