# Template file for 'libtickit' pkgname=libtickit version=0.3.5 revision=1 build_style=gnu-makefile make_build_args="LIBTOOL=${XBPS_CROSS_BASE}/usr/bin/libtool" make_install_args="LIBTOOL=${XBPS_CROSS_BASE}/usr/bin/libtool" make_check_target=test hostmakedepends="pkg-config" makedepends="unibilium-devel libtermkey-devel libtool" checkdepends="perl" short_desc="Library for building interactive full-screen terminal programs" maintainer="Orphaned " license="MIT" homepage="http://www.leonerd.org.uk/code/libtickit/" distfiles="http://www.leonerd.org.uk/code/libtickit/libtickit-${version}.tar.gz" checksum=fcf96321ed46ff29a042329301c304109b983732359ed8401c161b2422983e16 post_install() { vlicense LICENSE } libtickit-devel_package() { depends="libtickit-${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig vmove usr/share/man/man3 vmove usr/share/man/man7 vmove "usr/lib/*.so" vmove "usr/lib/*.a" } }