26 lines
636 B
Bash
26 lines
636 B
Bash
# Template file for 'libxcvt'
|
|
pkgname=libxcvt
|
|
version=0.1.2
|
|
revision=1
|
|
build_style=meson
|
|
short_desc="VESA CVT standard timing modelines generator"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="https://gitlab.freedesktop.org/xorg/lib/libxcvt/"
|
|
distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.xz"
|
|
checksum=0561690544796e25cfbd71806ba1b0d797ffe464e9796411123e79450f71db38
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|
|
|
|
libxcvt-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/*.so
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|