1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-30 20:11:24 +00:00
morpheus/pkgs/sdhcp
sin 7e5ca5e99f Convert sdhcp to an inline build
Use the git repo instead of a .tgz
2014-03-05 16:55:06 +00:00

10 lines
200 B
Plaintext

git="git://git.2f30.org/sdhcp"
build: crossmusl
set -x
cd src/sdhcp
$CC -o sdhcp sdhcp.c $CFLAGS $LDFLAGS
cp sdhcp "$root/bin"
mkdir -p "$root/share/man/man8"
cp sdhcp.8 "$root/share/man/man8"