opt/nedit-bin/Pkgfile

19 lines
460 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: X11 Editor (binary version)
# URL: http://www.nedit.org
2006-04-13 23:43:04 +02:00
# Maintainer: Simone Rota, sip at crux dot nu
# Packager: Simone Rota, sip at crux dot nu
2006-02-23 16:26:10 +01:00
# 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
}