24 lines
677 B
Bash
24 lines
677 B
Bash
# Template file for 'libdvdread'
|
|
pkgname=libdvdread
|
|
version=6.0.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="DVD access library"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://www.videolan.org/developers/libdvdnav.html"
|
|
distfiles="https://get.videolan.org/libdvdread/${version}/libdvdread-${version}.tar.bz2"
|
|
checksum=b33b1953b4860545b75f6efc06e01d9849e2ea4f797652263b0b4af6dd10f935
|
|
|
|
libdvdread-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/share
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.so"
|
|
vmove "usr/lib/*.a"
|
|
}
|
|
}
|