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
|
|
|
|
|
|
|
|
|
name=libutempter
|
|
|
|
|
version=1.1.6
|
|
|
|
|
release=1
|
|
|
|
|
|
|
|
|
|
source=(http://ftp.altlinux.org/pub/people/ldv/utempter/$name-$version.tar.bz2)
|
|
|
|
|
|
|
|
|
|
build(){
|
|
|
|
|
cd $name-$version
|
|
|
|
|
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
|
|
|
|
|
}
|