mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
13 lines
366 B
Makefile
13 lines
366 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2019-present Shanti Gilbert (https://github.com/shantigilbert)
|
|
|
|
PKG_NAME="fping"
|
|
PKG_VERSION="5.1"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://fping.org/"
|
|
PKG_URL="http://fping.org/dist/fping-${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_TOOLCHAIN="auto"
|
|
|
|
PKG_CONFIGURE_OPTS_TARGET="--sbindir=/usr/bin"
|