summaryrefslogtreecommitdiff
path: root/package/miax
diff options
context:
space:
mode:
Diffstat (limited to 'package/miax')
-rw-r--r--package/miax/Makefile9
-rw-r--r--package/miax/ipkg/miax.control5
2 files changed, 7 insertions, 7 deletions
diff --git a/package/miax/Makefile b/package/miax/Makefile
index 37d13ab0e..8c4753355 100644
--- a/package/miax/Makefile
+++ b/package/miax/Makefile
@@ -9,13 +9,18 @@ PKG_NAME:= miax
PKG_VERSION:= 1.4
PKG_RELEASE:= 1
PKG_MD5SUM:= 44f0d2ef46ee2697d890b7b96846adc7
-MASTER_SITES:= http://mesh.dl.sourceforge.net/sourceforge/miax/
+PKG_DESCR:= A console iax (asterisk) client
+PKG_SECTION:= bluetooth
+PKG_DEPENDS:= kmod-bluetooth bluez-libs libpthread
+PKG_URL:= http://sourceforge.net/projects/miax
+PKG_SITES:= http://mesh.dl.sourceforge.net/sourceforge/miax/
+
DISTFILES:= ${PKG_NAME}_${PKG_VERSION}.tar.gz
WRKDIST= ${WRKDIR}/${PKG_NAME}
include ${TOPDIR}/mk/package.mk
-$(eval $(call PKG_template,MIAX,miax,${PKG_VERSION}-${PKG_RELEASE}))
+$(eval $(call PKG_template,MIAX,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
BUILD_STYLE:= auto
MAKE_FLAGS+= CC="${TARGET_CC}" \
diff --git a/package/miax/ipkg/miax.control b/package/miax/ipkg/miax.control
deleted file mode 100644
index 78e47f566..000000000
--- a/package/miax/ipkg/miax.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: miax
-Priority: optional
-Section: net
-Description: A console iax (asterisk) client
-Depends: kmod-bluetooth, bluez-libs, libpthread