# Description: libptytty is an offspring of rxvt-unicode that handles pty/tty/utmp/wtmp/lastlog handling # URL: http://software.schmorp.de/pkg/libptytty.html # Maintainer: Hendrik Roeder, hendrik at hr94 dot de # Depends on: cmake name=libptytty version=2.0 release=2 source=(http://dist.schmorp.de/$name/$name-$version.tar.gz) build() { cd $name-$version cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON . cmake --build . DESTDIR=$PKG cmake --install . }