From c54bde733f21afeab9fbc3ea17f355489767bb83 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 07 Jan 2021 03:37:07 -0500 Subject: Initial commit --- (limited to 'build') diff --git a/build b/build new file mode 100755 index 0000000..c7e1b98 --- /dev/null +++ b/build @@ -0,0 +1,25 @@ +#!/usr/bin/make -f + +include ../source.mk + +ARGS = \ + PREFIX=/usr \ + LIBDIR=/usr/lib/$(OPK_HOST_ARCH) \ + MANDIR=/usr/share/man \ + BUILD_STATIC_LIB=0 + +nop: + @: + +build: + oh-autobuild -- $(ARGS) + touch $@ + +install: build + oh-autoinstall -- $(ARGS) + # Perl script: + rm dest/usr/sbin/sensors-detect + oh-fixperms + oh-strip + oh-installfiles + oh-shlibdeps -- cgit v0.9.1