summaryrefslogtreecommitdiff
path: root/package/miax
diff options
context:
space:
mode:
Diffstat (limited to 'package/miax')
-rw-r--r--package/miax/Config.in12
-rw-r--r--package/miax/Makefile7
2 files changed, 5 insertions, 14 deletions
diff --git a/package/miax/Config.in b/package/miax/Config.in
deleted file mode 100644
index 0339f0c15..000000000
--- a/package/miax/Config.in
+++ /dev/null
@@ -1,12 +0,0 @@
-config ADK_PACKAGE_MIAX
- prompt "miax.............................. A console iax (asterisk) client"
- tristate
- default n
- select ADK_PACKAGE_BLUEZ
- select ADK_PACKAGE_LIBPTHREAD
- help
- miax is a console iax (asterisk) client, it can work with
- a soundcard as a normal voip phone, taking input/output from
- keyboard, analog/gsm/isdn modem or bluetooth phones.
-
- http://www.eja.it/?l=gpl&testo=miax
diff --git a/package/miax/Makefile b/package/miax/Makefile
index f028a4879..9117a4c86 100644
--- a/package/miax/Makefile
+++ b/package/miax/Makefile
@@ -9,7 +9,8 @@ PKG_RELEASE:= 1
PKG_MD5SUM:= 44f0d2ef46ee2697d890b7b96846adc7
PKG_DESCR:= A console iax (asterisk) client
PKG_SECTION:= bluetooth
-PKG_DEPENDS:= kmod-bluetooth bluez-libs libpthread
+PKG_DEPENDS:= kmod-bt bluez libpthread
+PKG_BUILDDEP+= bluez
PKG_URL:= http://sourceforge.net/projects/miax
PKG_SITES:= http://mesh.dl.sourceforge.net/sourceforge/miax/
@@ -20,7 +21,9 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,MIAX,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-BUILD_STYLE:= auto
+CONFIG_STYLE:= manual
+INSTALL_STYLE:= manual
+
MAKE_FLAGS+= CC="${TARGET_CC}" \
OFLAGS="${TCFLAGS}" \
CPPFLAGS="${TCPPFLAGS}" \