milis/talimatname/genel/libutempter/talimat

20 lines
541 B
Plaintext
Raw Normal View History

2017-04-03 15:28:49 +02:00
# Description: 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
2016-10-16 01:28:31 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on:
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
}