joe: initial release
This commit is contained in:
parent
7c660b2d52
commit
e99d566d74
49
joe/.footprint
Normal file
49
joe/.footprint
Normal file
@ -0,0 +1,49 @@
|
||||
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/rjoe -> joe
|
||||
drwxr-xr-x root/root usr/etc/
|
||||
drwxr-xr-x root/root usr/etc/joe/
|
||||
-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/rjoerc
|
||||
drwxr-xr-x root/root usr/etc/joe/syntax/
|
||||
-rw-r--r-- root/root usr/etc/joe/syntax/4gl.jsf
|
||||
-rw-r--r-- root/root usr/etc/joe/syntax/ada.jsf
|
||||
-rw-r--r-- root/root usr/etc/joe/syntax/asm.jsf
|
||||
-rw-r--r-- root/root usr/etc/joe/syntax/awk.jsf
|
||||
-rw-r--r-- root/root usr/etc/joe/syntax/c.jsf
|
||||
-rw-r--r-- root/root usr/etc/joe/syntax/cobol.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/css.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/ocaml.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/ps.jsf
|
||||
-rw-r--r-- root/root usr/etc/joe/syntax/python.jsf
|
||||
-rw-r--r-- root/root usr/etc/joe/syntax/sed.jsf
|
||||
-rw-r--r-- root/root usr/etc/joe/syntax/sh.jsf
|
||||
-rw-r--r-- root/root usr/etc/joe/syntax/sml.jsf
|
||||
-rw-r--r-- root/root usr/etc/joe/syntax/sql.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/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/joe.1.gz
|
1
joe/.md5sum
Normal file
1
joe/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
02221716679c039c5da00c275d61dbf4 joe-3.3.tar.gz
|
20
joe/Pkgfile
Normal file
20
joe/Pkgfile
Normal file
@ -0,0 +1,20 @@
|
||||
# Description: Joe's Own Editor
|
||||
# URL: http://sourceforge.net/projects/joe-editor/
|
||||
# Maintainer: Jukka Heino, jukka at karsikkopuu dot net
|
||||
# Packager: Jukka Heino, jukka at karsikkopuu dot net
|
||||
# Depends on:
|
||||
|
||||
name=joe
|
||||
version=3.3
|
||||
release=1
|
||||
source=(http://dl.sourceforge.net/sourceforge/joe-editor/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -rf $PKG/usr/bin/termidx \
|
||||
$PKG/usr/etc/joe/charmaps \
|
||||
$PKG/usr/etc/joe/doc
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user