libltc: fix conflict between lib and -devel pkgs
This commit is contained in:
parent
61d402fc0c
commit
c2bd48a0f7
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libltc'
|
# Template file for 'libltc'
|
||||||
pkgname=libltc
|
pkgname=libltc
|
||||||
version=1.3.1
|
version=1.3.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Linear/Logitudinal Time Code (LTC) Library"
|
short_desc="Linear/Logitudinal Time Code (LTC) Library"
|
||||||
maintainer="bluntphenomena <gregwyd@gmail.com>"
|
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"
|
distfiles="https://github.com/x42/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=50e63eb3b767151bc0159a3cc5d426d03a42fd69029bc9b3b7c346555f4b709c
|
checksum=50e63eb3b767151bc0159a3cc5d426d03a42fd69029bc9b3b7c346555f4b709c
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vman doc/man/man3/ltc.h.3
|
||||||
|
}
|
||||||
|
|
||||||
libltc-devel_package() {
|
libltc-devel_package() {
|
||||||
depends="${sourcepkg}-${version}_${revision}"
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
@ -18,6 +22,6 @@ libltc-devel_package() {
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vman doc/man/man3/ltc.h.3
|
vmove usr/share/man/man3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue