improvements and more stuffs
This commit is contained in:
14
soft/macchanger
Normal file
14
soft/macchanger
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
NAME=macchanger
|
||||
VERSION=nightly
|
||||
UPSTREAM=https://github.com/alobbs/macchanger.git
|
||||
. soft
|
||||
|
||||
# depends on
|
||||
# texinfo
|
||||
|
||||
sh -c 'cd "$SRC"; ./autogen.sh --prefix="$PREFIX"'
|
||||
# https://github.com/alobbs/macchanger/issues/14
|
||||
sed -i .orig -e 's/caddr_t/void */' "$SRC"/src/netinfo.c
|
||||
$GMAKE -C "$SRC" install
|
||||
Reference in New Issue
Block a user