New package: libxcvt-0.1.1

This commit is contained in:
Leah Neukirchen 2021-10-29 15:23:11 +02:00
parent e0c4cdcaa7
commit d4441fc025
3 changed files with 28 additions and 0 deletions

View file

@ -4027,6 +4027,7 @@ libtree-sitter.so.0 tree-sitter-0.19.0_1
libplanarity.so.0 planarity-3.0.1.1_1
libgap.so.0 gap-4.11.1_1
libgtkdatabox.so.1 gtkdatabox3-1.0.0_1
libxcvt.so.0 libxcvt-0.1.1_1
libgf2x.so.3 gf2x-1.3.0_1
libntl.so.44 ntl-11.5.1_1
libflint.so.16 flintlib-2.8.0_1

1
srcpkgs/libxcvt-devel Symbolic link
View file

@ -0,0 +1 @@
libxcvt

26
srcpkgs/libxcvt/template Normal file
View file

@ -0,0 +1,26 @@
# Template file for 'libxcvt'
pkgname=libxcvt
version=0.1.1
revision=1
wrksrc="${pkgname}-${pkgname}-${version}"
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="https://gitlab.freedesktop.org/xorg/lib/libxcvt/-/archive/libxcvt-${version}/libxcvt-libxcvt-${version}.tar.gz"
checksum=2dc651a0944d1f0b95747a095e0ea16f870f12168d09d5200dac518d02273224
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
}
}