summaryrefslogtreecommitdiff
path: root/package/iw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/iw/Makefile')
-rw-r--r--package/iw/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/package/iw/Makefile b/package/iw/Makefile
new file mode 100644
index 000000000..997abebfc
--- /dev/null
+++ b/package/iw/Makefile
@@ -0,0 +1,27 @@
+# $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:= iw
+PKG_VERSION:= 0.9.13
+PKG_RELEASE:= 1
+PKG_MD5SUM:= cf9121abb4ffe6dce1691e2ec97d5b2b
+MASTER_SITES:= http://wireless.kernel.org/download/iw/
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
+
+
+include ${TOPDIR}/mk/package.mk
+
+$(eval $(call PKG_template,IW,iw,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
+
+BUILD_STYLE:= auto
+INSTALL_STYLE:= auto
+
+post-install:
+ ${INSTALL_DIR} ${IDIR_IW}/usr/sbin
+ ${INSTALL_BIN} ${WRKINST}/usr/bin/iw ${IDIR_IW}/usr/sbin
+
+include ${TOPDIR}/mk/pkg-bottom.mk