1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-28 20:01:39 +00:00
morpheus/pkgs/sdhcp
2014-02-28 14:22:25 +02:00

12 lines
278 B
Plaintext

build: crossmusl
url="$mirror/sdhcp.tar.gz"
cd src
wget -c $url
[ -d sdhcp ] || tar xzf sdhcp.tar.gz
cd sdhcp
make clean
make CC=$CC LDFLAGS=-static || return 1
cp sdhcp "$root/bin" || return 1
mkdir -p "$root/share/man/man8"
cp sdhcp.8 "$root/share/man/man8/sdhcp.8"