summaryrefslogtreecommitdiff
path: root/package/macchanger
diff options
context:
space:
mode:
authorwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
committerwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
commit219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch)
treeb9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/macchanger
Initial import
Diffstat (limited to 'package/macchanger')
-rw-r--r--package/macchanger/Config.in8
-rwxr-xr-xpackage/macchanger/Makefile25
-rwxr-xr-xpackage/macchanger/ipkg/macchanger.control6
3 files changed, 39 insertions, 0 deletions
diff --git a/package/macchanger/Config.in b/package/macchanger/Config.in
new file mode 100644
index 000000000..e9d715809
--- /dev/null
+++ b/package/macchanger/Config.in
@@ -0,0 +1,8 @@
+config ADK_PACKAGE_MACCHANGER
+ tristate "macchanger........................ utility for viewing/manipulating the MAC address"
+ default n
+ help
+ This is a GNU/Linux utility for viewing/manipulating the MAC address
+ of network interfaces.
+
+ http://www.alobbs.com/macchanger
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
diff --git a/package/macchanger/ipkg/macchanger.control b/package/macchanger/ipkg/macchanger.control
new file mode 100755
index 000000000..9149cc32f
--- /dev/null
+++ b/package/macchanger/ipkg/macchanger.control
@@ -0,0 +1,6 @@
+Package: macchanger
+Section: sys
+Architecture: mipsel
+Priority: optional
+Description: This is a GNU/Linux utility for viewing/manipulating the MAC address
+of network interfaces.