milis/talimatname/genel/m/maclookup/talimat

20 lines
453 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: IEEE MA-L/OUI açık listesinden MAC adresi görüntüleme aracı.
2017-06-27 18:35:15 +02:00
# URL: https://github.com/paraxor/maclookup
2017-10-27 20:46:27 +02:00
# Paketçi: yakar (aydin@komutan.org)
# Gerekler:
2017-06-27 18:35:15 +02:00
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"
}