milis/talimatname/genel/joe/talimat

25 lines
668 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Joe'nun kendi editörü, WordStar, Pico ve Emacs'ı taklit edebilen küçük bir metin editörüdür.
# URL: http://downloads.sourceforge.net/joe-editor
# Packager: milisarge
# Depends on:
name=joe
version=4.1
release=1
source=(http://downloads.sourceforge.net/joe-editor/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--docdir=/usr/share/doc/joe-4.1
make
make DESTDIR=$PKG install
install -vm 755 joe/util/{stringify,termidx,uniproc} $PKG/usr/bin
install -vdm755 $PKG/usr/share/joe/util
install -vm 644 joe/util/{*.txt,README} $PKG/usr/share/joe/util
}