### this file is sourced not run
PKGVER=2.0
PKGBUILD=1
PKGARCH=x86_64

# source: step
TARBALL=libptytty-$PKGVER.tar.gz
MD5SUM=2a7f3f3c0d3ef71902da745dc7959529
SRC_URL=http://dist.schmorp.de/libptytty/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="libptytty: libptytty $PKGVER (library)
libptytty:
libptytty: libptytty is an offspring of rxvt-unicode that handles
libptytty: pty/tty/utmp/wtmp/lastlog in mostly OS-independent ways.
libptytty:
libptytty:
libptytty:
libptytty:
libptytty: http://software.schmorp.de/pkg/libptytty.html
libptytty:
libptytty:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/libptytty*
	CMAKEFLAGS="$CMAKE_FLAGS \
		-DCMAKE_INSTALL_PREFIX=/usr \
		-DBUILD_SHARED_LIBS=ON \
		-DCMAKE_BUILD_TYPE=Release"
	pkg_build_cmake &&
	pkg_build_slackdesc
}

# vim:ft=sh:

