milis/talimatname/temel/psmisc/talimat
2017-10-28 15:15:02 +03:00

18 lines
368 B
Text
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: Set of some small useful utilities that use the proc filesystem.
# URL: http://psmisc.sourceforge.net/
# Paketçi: milisarge
# Gerekler:
isim=psmisc
surum=22.21
devir=1
kaynak=(http://prdownloads.sourceforge.net/psmisc/psmisc-$surum.tar.gz)
derle()
{
cd psmisc-$surum
./configure --prefix=/usr --libdir=/lib --bindir=/bin
make
make DESTDIR=$PKG install
}