summaryrefslogtreecommitdiff
path: root/package/sipsak
diff options
context:
space:
mode:
authorwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
committerwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
commit219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch)
treeb9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/sipsak
Initial import
Diffstat (limited to 'package/sipsak')
-rw-r--r--package/sipsak/Config.in12
-rw-r--r--package/sipsak/Makefile29
-rw-r--r--package/sipsak/ipkg/sipsak.control5
3 files changed, 46 insertions, 0 deletions
diff --git a/package/sipsak/Config.in b/package/sipsak/Config.in
new file mode 100644
index 000000000..abf0667fd
--- /dev/null
+++ b/package/sipsak/Config.in
@@ -0,0 +1,12 @@
+config ADK_PACKAGE_SIPSAK
+ prompt "sipsak............................ SIP (Session Initiation Protocol) stress and diagnostics utility"
+ tristate
+ default n
+ select ADK_PACKAGE_LIBOPENSSL
+ help
+ A SIP (Session Initiation Protocol) stress and diagnostics utility
+
+ http://www.sipsak.org/
+
+ Depends: openssl
+
diff --git a/package/sipsak/Makefile b/package/sipsak/Makefile
new file mode 100644
index 000000000..84a7af142
--- /dev/null
+++ b/package/sipsak/Makefile
@@ -0,0 +1,29 @@
+# $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:= sipsak
+PKG_VERSION:= 0.9.6
+PKG_RELEASE:= 1
+PKG_MD5SUM:= c4eb8e282902e75f4f040f09ea9d99d5
+MASTER_SITES:= http://download.berlios.de/sipsak/ \
+ http://ftp.iptel.org/pub/sipsak/
+
+include ${TOPDIR}/mk/package.mk
+
+$(eval $(call PKG_template,SIPSAK,sipsak,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
+
+CONFIGURE_STYLE:= gnu
+CONFIGURE_ENV+= ac_cv_func_malloc_0_nonnull=yes
+CONFIGURE_ARGS+= --disable-gnutls
+BUILD_STYLE:= auto
+INSTALL_STYLE:= auto
+
+post-install:
+ ${INSTALL_DIR} ${IDIR_SIPSAK}/usr/bin
+ ${INSTALL_BIN} ${WRKINST}/usr/bin/sipsak ${IDIR_SIPSAK}/usr/bin/
+
+include ${TOPDIR}/mk/pkg-bottom.mk
diff --git a/package/sipsak/ipkg/sipsak.control b/package/sipsak/ipkg/sipsak.control
new file mode 100644
index 000000000..790629f78
--- /dev/null
+++ b/package/sipsak/ipkg/sipsak.control
@@ -0,0 +1,5 @@
+Package: sipsak
+Priority: optional
+Section: net
+Depends: libopenssl
+Description: a SIP (Session Initiation Protocol) stress and diagnostics utility