milis/talimatname/genel/v/vile/talimat

17 lines
346 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.

# Tanım: VI Emacs gibi - başka bir tam özellikli vi klonu
# URL: http://invisible-island.net/vile/
# Paketçi: milisarge
# Gerekler: reflex
name=vile
version=9.8
release=1
source=(ftp://invisible-island.net/vile/$name.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --with-perl
make
make DESTDIR=$PKG install
}