20 lines
526 B
Plaintext
20 lines
526 B
Plaintext
# 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
|
||
}
|