description="Interface for terminal emulators to record user sessions to utmp and wtmp files."
url="ftp://ftp.altlinux.org/pub/people/ldv/utempter"

packager="Great-OS Team"
maintainer="Great-OS Team"

name=libutempter
version=1.2.3

source=(https://github.com/altlinux/libutempter/archive/refs/tags/${version}-alt1.tar.gz)

build(){
    cd $name-$version-alt1/libutempter
    
    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
}
