From a822e987de626635dc8a73c911bd6e2170726b41 Mon Sep 17 00:00:00 2001 From: emmett1 Date: Mon, 5 Aug 2024 09:30:05 +0800 Subject: jupp: fix abuild --- repos/extra/jupp/.files | 64 ++++++++++++++++++++++++------------------------- repos/extra/jupp/abuild | 6 ++--- 2 files changed, 34 insertions(+), 36 deletions(-) (limited to 'repos') diff --git a/repos/extra/jupp/.files b/repos/extra/jupp/.files index a218720c..f055b8f6 100644 --- a/repos/extra/jupp/.files +++ b/repos/extra/jupp/.files @@ -1,3 +1,35 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/joe/ +drwxr-xr-x root/root etc/joe/charmaps/ +-rw-r--r-- root/root etc/joe/charmaps/klingon.new +-rw-r--r-- root/root etc/joe/jmacsrc.new +-rw-r--r-- root/root etc/joe/joerc.new +-rw-r--r-- root/root etc/joe/jpicorc.new +-rw-r--r-- root/root etc/joe/jstarrc.new +-rw-r--r-- root/root etc/joe/jupprc.new +-rw-r--r-- root/root etc/joe/rjoerc.new +drwxr-xr-x root/root etc/joe/syntax/ +-rw-r--r-- root/root etc/joe/syntax/asm.jsf.new +-rw-r--r-- root/root etc/joe/syntax/c.jsf.new +-rw-r--r-- root/root etc/joe/syntax/conf.jsf.new +-rw-r--r-- root/root etc/joe/syntax/csh.jsf.new +-rw-r--r-- root/root etc/joe/syntax/diff.jsf.new +-rw-r--r-- root/root etc/joe/syntax/fortran.jsf.new +-rw-r--r-- root/root etc/joe/syntax/html.jsf.new +-rw-r--r-- root/root etc/joe/syntax/java.jsf.new +-rw-r--r-- root/root etc/joe/syntax/lisp.jsf.new +-rw-r--r-- root/root etc/joe/syntax/mail.jsf.new +-rw-r--r-- root/root etc/joe/syntax/mason.jsf.new +-rw-r--r-- root/root etc/joe/syntax/pascal.jsf.new +-rw-r--r-- root/root etc/joe/syntax/perl.jsf.new +-rw-r--r-- root/root etc/joe/syntax/php.jsf.new +-rw-r--r-- root/root etc/joe/syntax/python.jsf.new +-rw-r--r-- root/root etc/joe/syntax/sh.jsf.new +-rw-r--r-- root/root etc/joe/syntax/tcl.jsf.new +-rw-r--r-- root/root etc/joe/syntax/tex.jsf.new +-rw-r--r-- root/root etc/joe/syntax/verilog.jsf.new +-rw-r--r-- root/root etc/joe/syntax/vhdl.jsf.new +-rw-r--r-- root/root etc/joe/syntax/xml.jsf.new drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ lrwxrwxrwx root/root usr/bin/jmacs -> joe @@ -7,38 +39,6 @@ lrwxrwxrwx root/root usr/bin/jstar -> joe lrwxrwxrwx root/root usr/bin/jupp -> joe lrwxrwxrwx root/root usr/bin/rjoe -> joe -rwxr-xr-x root/root usr/bin/termidx -drwxr-xr-x root/root usr/etc/ -drwxr-xr-x root/root usr/etc/joe/ -drwxr-xr-x root/root usr/etc/joe/charmaps/ --rw-r--r-- root/root usr/etc/joe/charmaps/klingon --rw-r--r-- root/root usr/etc/joe/jmacsrc --rw-r--r-- root/root usr/etc/joe/joerc --rw-r--r-- root/root usr/etc/joe/jpicorc --rw-r--r-- root/root usr/etc/joe/jstarrc --rw-r--r-- root/root usr/etc/joe/jupprc --rw-r--r-- root/root usr/etc/joe/rjoerc -drwxr-xr-x root/root usr/etc/joe/syntax/ --rw-r--r-- root/root usr/etc/joe/syntax/asm.jsf --rw-r--r-- root/root usr/etc/joe/syntax/c.jsf --rw-r--r-- root/root usr/etc/joe/syntax/conf.jsf --rw-r--r-- root/root usr/etc/joe/syntax/csh.jsf --rw-r--r-- root/root usr/etc/joe/syntax/diff.jsf --rw-r--r-- root/root usr/etc/joe/syntax/fortran.jsf --rw-r--r-- root/root usr/etc/joe/syntax/html.jsf --rw-r--r-- root/root usr/etc/joe/syntax/java.jsf --rw-r--r-- root/root usr/etc/joe/syntax/lisp.jsf --rw-r--r-- root/root usr/etc/joe/syntax/mail.jsf --rw-r--r-- root/root usr/etc/joe/syntax/mason.jsf --rw-r--r-- root/root usr/etc/joe/syntax/pascal.jsf --rw-r--r-- root/root usr/etc/joe/syntax/perl.jsf --rw-r--r-- root/root usr/etc/joe/syntax/php.jsf --rw-r--r-- root/root usr/etc/joe/syntax/python.jsf --rw-r--r-- root/root usr/etc/joe/syntax/sh.jsf --rw-r--r-- root/root usr/etc/joe/syntax/tcl.jsf --rw-r--r-- root/root usr/etc/joe/syntax/tex.jsf --rw-r--r-- root/root usr/etc/joe/syntax/verilog.jsf --rw-r--r-- root/root usr/etc/joe/syntax/vhdl.jsf --rw-r--r-- root/root usr/etc/joe/syntax/xml.jsf drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ diff --git a/repos/extra/jupp/abuild b/repos/extra/jupp/abuild index 1744ee2f..daf106e1 100644 --- a/repos/extra/jupp/abuild +++ b/repos/extra/jupp/abuild @@ -2,10 +2,8 @@ name=jupp version=3.1jupp41 release=1 source="https://mbsd.evolvis.org/MirOS/dist/${name}/joe-${version}.tgz" +build_opt="--disable-curses --disable-termcap" -build() { +prebuild() { chmod +x configure - ./configure --disable-curses --disable-termcap -prefix=/usr - make - make install } -- cgit v1.2.3