1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-16 14:48:34 +00:00

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

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