libltc: fix conflict between lib and -devel pkgs

This commit is contained in:
Jürgen Buchmüller 2020-01-26 21:52:34 +01:00
parent 61d402fc0c
commit c2bd48a0f7

View file

@ -1,7 +1,7 @@
# Template file for 'libltc'
pkgname=libltc
version=1.3.1
revision=1
revision=2
build_style=gnu-configure
short_desc="Linear/Logitudinal Time Code (LTC) Library"
maintainer="bluntphenomena <gregwyd@gmail.com>"
@ -10,6 +10,10 @@ homepage="https://x42.github.io/libltc/"
distfiles="https://github.com/x42/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
checksum=50e63eb3b767151bc0159a3cc5d426d03a42fd69029bc9b3b7c346555f4b709c
post_install() {
vman doc/man/man3/ltc.h.3
}
libltc-devel_package() {
depends="${sourcepkg}-${version}_${revision}"
short_desc+=" - development files"
@ -18,6 +22,6 @@ libltc-devel_package() {
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
vman doc/man/man3/ltc.h.3
vmove usr/share/man/man3
}
}