Convert sdhcp to an inline build

Use the git repo instead of a .tgz
This commit is contained in:
sin 2014-03-05 16:54:12 +00:00
parent 6268582e6e
commit 7e5ca5e99f

View File

@ -1,9 +1,9 @@
url="$mirror/sdhcp.tar.gz"
git="git://git.2f30.org/sdhcp"
build: crossmusl
set -x
cd src/sdhcp
make clean
make CC=$CC
$CC -o sdhcp sdhcp.c $CFLAGS $LDFLAGS
cp sdhcp "$root/bin"
mkdir -p "$root/share/man/man8"
cp sdhcp.8 "$root/share/man/man8/sdhcp.8"
cp sdhcp.8 "$root/share/man/man8"