summaryrefslogtreecommitdiff
path: root/package/macchanger/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/macchanger/Makefile')
-rwxr-xr-xpackage/macchanger/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/package/macchanger/Makefile b/package/macchanger/Makefile
new file mode 100755
index 000000000..42c4e7599
--- /dev/null
+++ b/package/macchanger/Makefile
@@ -0,0 +1,25 @@
+# $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:= macchanger
+PKG_VERSION:= 1.5.0
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 79b7cdaeca3d8ebafa764c4b0dd03ab7
+MASTER_SITES:= ${MASTER_SITE_GNU:=macchanger/}
+
+include ${TOPDIR}/mk/package.mk
+
+$(eval $(call PKG_template,MACCHANGER,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
+
+CONFIGURE_STYLE:= gnu
+INSTALL_STYLE:= auto
+
+post-install:
+ ${INSTALL_DIR} ${IDIR_MACCHANGER}
+ ${CP} ${WRKINST}/* ${IDIR_MACCHANGER}/
+
+include ${TOPDIR}/mk/pkg-bottom.mk