how-lix-os-pkgs/netsurf-qs/default/make.sh

15 lines
243 B
Bash
Executable File

#!/bin/bash -e
ln -sf /bin/pkgconf /bin/pkg-config
unset HOST
source "$name" || true
ns-pull-install
cd ~/dev-netsurf/workspace
source env.sh || true
cd netsurf
make TARGET=framebuffer BUILD_LDFLAGS="$LDFLAGS -lpng -lz"
rm /bin/pkg-config