milis/talimatname/genel/v/vile/talimat

17 lines
340 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: VI Emacs gibi - başka bir tam özellikli vi klonu
2016-04-23 15:06:32 +02:00
# URL: http://invisible-island.net/vile/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: reflex
2016-04-23 15:06:32 +02:00
2017-10-28 14:10:23 +02:00
isim=vile
surum=9.8
devir=1
kaynak=(ftp://invisible-island.net/vile/$isim.tar.gz)
2016-04-23 15:06:32 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2016-04-23 15:06:32 +02:00
./configure --prefix=/usr --with-perl
make
make DESTDIR=$PKG install
}