milis/talimatname/temel/less/talimat

20 lines
337 B
Plaintext
Raw Normal View History

2017-10-27 21:56:50 +02:00
# Tanım: The Less package contains a text file viewer.
2016-02-24 01:27:23 +01:00
# URL: http://www.greenwoodsoftware.com/less/
2017-10-27 21:56:50 +02:00
# Paketçi: milisarge
# Gerekler:
2016-02-24 01:27:23 +01:00
2017-10-28 14:15:02 +02:00
isim=less
surum=458
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:15:02 +02:00
kaynak=(http://www.greenwoodsoftware.com/less/less-$surum.tar.gz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle()
2016-02-24 01:27:23 +01:00
{
2017-10-28 14:15:02 +02:00
cd less-$surum
2016-02-24 01:27:23 +01:00
./configure --prefix=/usr \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
}