Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: David Bender <codehero@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] new package: freeradius-client
Date: Thu, 22 Jan 2015 14:22:52 -0500	[thread overview]
Message-ID: <1421954572-10445-1-git-send-email-codehero@gmail.com> (raw)


Signed-off-by: David Bender <codehero@gmail.com>
---
 package/Config.in                              |    1 +
 package/freeradius-client/Config.in            |    6 ++++++
 package/freeradius-client/freeradius-client.mk |   20 ++++++++++++++++++++
 3 files changed, 27 insertions(+), 0 deletions(-)
 create mode 100644 package/freeradius-client/Config.in
 create mode 100644 package/freeradius-client/freeradius-client.mk

diff --git a/package/Config.in b/package/Config.in
index 266de13..4998ee6 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -820,6 +820,7 @@ menu "Networking"
 	source "package/czmq/Config.in"
 	source "package/filemq/Config.in"
 	source "package/flickcurl/Config.in"
+	source "package/freeradius-client/Config.in"
 	source "package/fmlib/Config.in"
 	source "package/geoip/Config.in"
 	source "package/glib-networking/Config.in"
diff --git a/package/freeradius-client/Config.in b/package/freeradius-client/Config.in
new file mode 100644
index 0000000..b319464
--- /dev/null
+++ b/package/freeradius-client/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_FREERADIUS_CLIENT
+	bool "freeradius-client"
+	help
+		The freeradius-client library.
+
+		http://wiki.freeradius.org/project/Radiusclient
diff --git a/package/freeradius-client/freeradius-client.mk b/package/freeradius-client/freeradius-client.mk
new file mode 100644
index 0000000..672c9c2
--- /dev/null
+++ b/package/freeradius-client/freeradius-client.mk
@@ -0,0 +1,20 @@
+################################################################################
+#
+# freeradius-client
+#
+################################################################################
+
+FREERADIUS_CLIENT_VERSION = release_1_1_7
+FREERADIUS_CLIENT_SITE =  $(call github,FreeRADIUS,freeradius-client,$(FREERADIUS_CLIENT_VERSION))
+FREERADIUS_CLIENT_LICENSE = BSD-3c
+FREERADIUS_CLIENT_LICENSE_FILES = COPYRIGHT
+FREERADIUS_CLIENT_INSTALL_STAGING = YES
+
+FREERADIUS_CLIENT_CONF_ENV = ac_cv_func_memcmp_working=yes \
+	ac_cv_func_uname=no
+
+FREERADIUS_CLIENT_CONF_OPTS = \
+	"--sysconfdir=/etc", \
+	"--enable-static"
+
+$(eval $(autotools-package))
-- 
1.7.8.6

             reply	other threads:[~2015-01-22 19:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-22 19:22 David Bender [this message]
2015-01-25 21:01 ` [Buildroot] [PATCH 1/1] new package: freeradius-client Yann E. MORIN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1421954572-10445-1-git-send-email-codehero@gmail.com \
    --to=codehero@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox