milis/talimatname/genel/l/libutempter/talimat

20 lines
526 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: Kullanıcı oturumlarını utmp ve wtmp dosyalarına kaydetmek için terminal öykünücüsü için arabirim.
# URL: ftp://ftp.altlinux.org/pub/people/ldv/utempter
# Paketçi: milisarge
# Gerekler:
isim=libutempter
surum=1.1.6
devir=1
kaynak=(http://ftp.altlinux.org/pub/people/ldv/utempter/$isim-$surum.tar.bz2)
derle(){
cd $isim-$surum
RPM_OPT_FLAGS="$CFLAGS" make
make
make DESTDIR=$PKG install
chown root:utmp $PKG/usr/lib/utempter/utempter
chmod 2755 $PKG/usr/lib/utempter/utempter
}