diff options
-rwxr-xr-x | build | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -2,5 +2,23 @@ include ../source.mk +OPTS = \ + prefix=/usr \ + NO_PERL=1 \ + NO_OPENSSL=1 \ + NO_TCLTK=1 \ + NO_GETTEXT=1 + nop: @: + +build: + oh-autobuild -- $(OPTS) + touch $@ + +install: build + oh-autoinstall -- $(OPTS) + oh-fixperms + oh-strip + oh-installfiles + oh-shlibdeps |