From ed37e5c8784207418f9f1d71711059c4e029ce0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ayd=C4=B1n=20Yakar?= Date: Tue, 27 Jun 2017 19:35:15 +0300 Subject: [PATCH] maclookup 0.4 paketlendi. --- talimatname/genel/maclookup/talimat | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 talimatname/genel/maclookup/talimat diff --git a/talimatname/genel/maclookup/talimat b/talimatname/genel/maclookup/talimat new file mode 100644 index 000000000..d0639e6f3 --- /dev/null +++ b/talimatname/genel/maclookup/talimat @@ -0,0 +1,19 @@ +# Description: IEEE MA-L/OUI açık listesinden MAC adresi görüntüleme aracı. +# URL: https://github.com/paraxor/maclookup +# Packager: yakar (aydin@komutan.org) +# Depends on: + +name=maclookup +version=0.4 +release=1 +source=(https://github.com/paraxor/$name/archive/${version}.tar.gz) + +build() { + cd "$SRC/$name-$version" + + mkdir -p "$PKG/usr/share/$name" + + install -Dm755 $name.sh "$PKG/usr/bin/$name" + + sh $name.sh -u -f "$PKG/usr/share/$name/oui.txt" +}