vp-build/srcpkgs/libtickit/template

35 lines
1008 B
Bash

# Template file for 'libtickit'
pkgname=libtickit
version=0.4.1
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="libtermkey-devel libtool unibilium-devel"
checkdepends="perl"
short_desc="Library for building interactive full-screen terminal programs"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://www.leonerd.org.uk/code/libtickit/"
distfiles="http://www.leonerd.org.uk/code/libtickit/libtickit-${version}.tar.gz"
checksum=48b72a12548da23f32384ddf0f8d727bc27515f36a74d2f4d4f0bbbb562a2665
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"
}
}