summaryrefslogtreecommitdiff
path: root/package/radiusclient-ng
diff options
context:
space:
mode:
Diffstat (limited to 'package/radiusclient-ng')
-rw-r--r--package/radiusclient-ng/Config.in27
-rw-r--r--package/radiusclient-ng/Makefile36
-rw-r--r--package/radiusclient-ng/patches/01-cross_compile.patch13
3 files changed, 0 insertions, 76 deletions
diff --git a/package/radiusclient-ng/Config.in b/package/radiusclient-ng/Config.in
deleted file mode 100644
index 4e37c02da..000000000
--- a/package/radiusclient-ng/Config.in
+++ /dev/null
@@ -1,27 +0,0 @@
-config ADK_COMPILE_RADIUSCLIENT_NG
- tristate
- default n
- depends ADK_PACKAGE_LIBRADIUSCLIENT_NG
-
-config ADK_PACKAGE_RADIUSCLIENT_NG
- prompt "radiusclient-ng................... RADIUS client"
- tristate
- default n
- select ADK_PACKAGE_LIBOPENSSL
- select ADK_PACKAGE_LIBRADIUSCLIENT_NG
- help
- Purpose of this project is to build portable, easy-to-use and standard compliant
- library suitable for developing free and commercial software that need support
- for a RADIUS protocol (RFCs 2128 and 2139).
-
- http://developer.berlios.de/projects/radiusclient-ng/
-
- Depends: libopenssl
-
-config ADK_PACKAGE_LIBRADIUSCLIENT_NG
- prompt "libradiusclient-ng................ RADIUS client library"
- tristate
- default n
- select ADK_COMPILE_RADIUSCLIENT_NG
- help
- Developpment library from radiusclient-ng
diff --git a/package/radiusclient-ng/Makefile b/package/radiusclient-ng/Makefile
deleted file mode 100644
index 610b006ed..000000000
--- a/package/radiusclient-ng/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $Id$
-#-
-# This file is part of the OpenADK project. OpenADK is copyrighted
-# material, please see the LICENCE file in the top-level directory.
-
-include ${TOPDIR}/rules.mk
-
-PKG_NAME:= radiusclient-ng
-PKG_VERSION:= 0.5.6
-PKG_RELEASE:= 1
-PKG_MD5SUM:= 6fb7d4d0aefafaee7385831ac46a8e9c
-PKG_DESCR:= RADIUS client
-PKG_SECTION:= net
-PKG_DEPENDS:= libopenssl
-PKG_SITES:= http://download.berlios.de/radiusclient-ng/ \
- http://download2.berlios.de/radiusclient-ng/
-
-include ${TOPDIR}/mk/package.mk
-
-$(eval $(call PKG_template,RADIUSCLIENT_NG,radiusclient-ng,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-$(eval $(call PKG_template,LIBRADIUSCLIENT_NG,libradiusclient-ng,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-
-CONFIGURE_STYLE:= gnu
-CONFIGURE_ARGS+= ac_cv_func_getdomainname=yes
-BUILD_STYLE:= auto
-ALL_TARGET:= install-exec install-data
-MAKE_FLAGS+= DESTDIR="${WRKINST}"
-
-do-install:
- ${INSTALL_DIR} ${IDIR_RADIUSCLIENT_NG}/usr
- ${CP} ${WRKINST}/usr/sbin ${IDIR_RADIUSCLIENT_NG}/usr/
- ${CP} ${WRKINST}/etc ${IDIR_RADIUSCLIENT_NG}/
- ${INSTALL_DIR} ${IDIR_LIBRADIUSCLIENT_NG}/usr
- ${CP} ${WRKINST}/usr/lib ${IDIR_LIBRADIUSCLIENT_NG}/usr/
-
-include ${TOPDIR}/mk/pkg-bottom.mk
diff --git a/package/radiusclient-ng/patches/01-cross_compile.patch b/package/radiusclient-ng/patches/01-cross_compile.patch
deleted file mode 100644
index 3c4e3d192..000000000
--- a/package/radiusclient-ng/patches/01-cross_compile.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -Nur radiusclient-ng-0.5.5.orig/configure radiusclient-ng-0.5.5/configure
---- radiusclient-ng-0.5.5.orig/configure 2007-02-05 13:53:08.000000000 +0100
-+++ radiusclient-ng-0.5.5/configure 2007-03-05 10:36:37.000000000 +0100
-@@ -23332,8 +23332,7 @@
- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
- See \`config.log' for more details." >&5
- echo "$as_me: error: cannot run test program while cross compiling
--See \`config.log' for more details." >&2;}
-- { (exit 1); exit 1; }; }
-+See \`config.log' for more details." >&2;} }
- else
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */