milis/talimatname/temel/less/talimat

20 lines
337 B
Text
Raw Normal View History

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