1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include ${ADK_TOPDIR}/rules.mk
9 PKG_HASH
:= 31534f138f1d21fa247be74ba6bef3fbfa47bbcd5033e99bd10c432fe58e51f7
10 PKG_DESCR
:= utility for viewing
/manipulating the mac address
11 PKG_SECTION
:= sys
/utils
12 PKG_URL
:= http
://www.alobbs.com
/macchanger
13 PKG_SITES
:= ${MASTER_SITE_GNU
:=macchanger
/}
15 DISTFILES
:= ${PKG_NAME}-${PKG_VERSION}.
tar.gz
17 include ${ADK_TOPDIR}/mk
/package.mk
19 $(eval
$(call PKG_template
,MACCHANGER
,macchanger
,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
22 ${INSTALL_DIR} ${IDIR_MACCHANGER}/usr
/bin
${IDIR_MACCHANGER}/usr
/share
23 ${INSTALL_BIN} ${WRKINST}/usr
/bin
/macchanger
${IDIR_MACCHANGER}/usr
/bin
24 ${CP} ${WRKINST}/usr
/share
/macchanger
${IDIR_MACCHANGER}/usr
/share
26 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk