nedit-bin: dropped

This commit is contained in:
Simone Rota 2008-10-01 00:09:19 +00:00
parent 156238ac64
commit eb305da4ad
4 changed files with 0 additions and 37 deletions

View File

@ -1,8 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-r-xr-xr-x root/root usr/bin/nc
-r-xr-xr-x root/root usr/bin/nedit
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/nc.man.gz
-rw-r--r-- root/root usr/man/man1/nedit.man.gz

View File

@ -1 +0,0 @@
e029a2ebad90cc600e3f479541dc04f8 nedit-5.5-Linux-x86.tar.bz2

View File

@ -1,18 +0,0 @@
# Description: X11 Editor (binary version)
# URL: http://www.nedit.org
# Maintainer: Simone Rota, sip at crux dot nu
# Packager: Simone Rota, sip at crux dot nu
# Depends on: x11
name=nedit-bin
version=5.5
release=1
source=(ftp://nl.nedit.org/pub/NEdit/v5_5/executables/nedit-$version-Linux-x86.tar.bz2)
build(){
cd nedit-$version-Linux-x86
mkdir -p $PKG/usr/bin
mkdir -p $PKG/usr/man/man1
cp *.man $PKG/usr/man/man1
cp {nedit,nc} $PKG/usr/bin
}

View File

@ -1,10 +0,0 @@
This is the binary port for nedit,
statically linked with the motif toolkit.
I prefer this one both for aesthtical reasons, see
http://www.nr.no/~joachim/nedit_looks.html
and because in some low-end machine it's
good to have a standalone X11 editor available without
to install other libs (lesstif in case of the
nedit source port)