24 lines
690 B
Bash
24 lines
690 B
Bash
# Template file for 'libdvdcss'
|
|
pkgname=libdvdcss
|
|
version=1.4.3
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="Simple library designed for accessing DVDs"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://www.videolan.org/developers/libdvdcss.html"
|
|
distfiles="${VIDEOLAN_SITE}/${pkgname}/${version}/${pkgname}-${version}.tar.bz2"
|
|
checksum=233cc92f5dc01c5d3a96f5b3582be7d5cee5a35a52d3a08158745d3d86070079
|
|
|
|
libdvdcss-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/share
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|