25 lines
702 B
Plaintext
25 lines
702 B
Plaintext
|
# Template file for 'libtsm'
|
||
|
pkgname=libtsm
|
||
|
version=3
|
||
|
revision=1
|
||
|
build_style=gnu-configure
|
||
|
hostmakedepends="pkg-config"
|
||
|
makedepends="libxkbcommon-devel"
|
||
|
short_desc="Terminal-emulator State Machine"
|
||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||
|
license="MIT"
|
||
|
homepage="http://www.freedesktop.org/wiki/Software/kmscon/libtsm/"
|
||
|
distfiles="http://freedesktop.org/software/kmscon/releases/libtsm-${version}.tar.xz"
|
||
|
checksum=114115d84a2bc1802683871ea2d70a16ddeec8d2f8cde89ebd2046d775e6cf07
|
||
|
|
||
|
libtsm-devel_package() {
|
||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||
|
short_desc+=" - development files"
|
||
|
pkg_install() {
|
||
|
vmove usr/include
|
||
|
vmove usr/lib/pkgconfig
|
||
|
vmove "usr/lib/*.a"
|
||
|
vmove "usr/lib/*.so"
|
||
|
}
|
||
|
}
|