commit 7e5ca5e99f9e8d3f45f1768abc7446f665f4eb23 parent 6268582e6eda4d5caf07bcf7ea98ba6446a0bb73 Author: sin <sin@2f30.org> Date: Wed, 5 Mar 2014 16:54:12 +0000 Convert sdhcp to an inline build Use the git repo instead of a .tgz Diffstat:
M | pkgs/sdhcp | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pkgs/sdhcp b/pkgs/sdhcp @@ -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"