diff options
Diffstat (limited to 'repos/extra')
| -rw-r--r-- | repos/extra/jupp/.files | 50 | ||||
| -rw-r--r-- | repos/extra/jupp/abuild | 11 |
2 files changed, 61 insertions, 0 deletions
diff --git a/repos/extra/jupp/.files b/repos/extra/jupp/.files new file mode 100644 index 00000000..a218720c --- /dev/null +++ b/repos/extra/jupp/.files @@ -0,0 +1,50 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +lrwxrwxrwx root/root usr/bin/jmacs -> joe +-rwxr-xr-x root/root usr/bin/joe +lrwxrwxrwx root/root usr/bin/jpico -> joe +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/ +lrwxrwxrwx root/root usr/share/man/man1/jmacs.1.gz -> joe.1.gz +-rw-r--r-- root/root usr/share/man/man1/joe.1.gz +lrwxrwxrwx root/root usr/share/man/man1/jpico.1.gz -> joe.1.gz +lrwxrwxrwx root/root usr/share/man/man1/jstar.1.gz -> joe.1.gz +lrwxrwxrwx root/root usr/share/man/man1/jupp.1.gz -> joe.1.gz +lrwxrwxrwx root/root usr/share/man/man1/rjoe.1.gz -> joe.1.gz diff --git a/repos/extra/jupp/abuild b/repos/extra/jupp/abuild new file mode 100644 index 00000000..1744ee2f --- /dev/null +++ b/repos/extra/jupp/abuild @@ -0,0 +1,11 @@ +name=jupp +version=3.1jupp41 +release=1 +source="https://mbsd.evolvis.org/MirOS/dist/${name}/joe-${version}.tgz" + +build() { + chmod +x configure + ./configure --disable-curses --disable-termcap -prefix=/usr + make + make install +} |