summaryrefslogtreecommitdiff
path: root/package/iw/Makefile
blob: deafcbf6b7edb635c1bd1189e6027b43e52a9043 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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}))

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