milis/talimatname/genel/l/libutempter/talimat

20 lines
526 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Kullanıcı oturumlarını utmp ve wtmp dosyalarına kaydetmek için terminal öykünücüsü için arabirim.
2016-02-24 01:27:23 +01:00
# URL: ftp://ftp.altlinux.org/pub/people/ldv/utempter
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=libutempter
surum=1.1.6
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(http://ftp.altlinux.org/pub/people/ldv/utempter/$isim-$surum.tar.bz2)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle(){
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2016-02-24 01:27:23 +01:00
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
}