23 lines
707 B
Bash
23 lines
707 B
Bash
# Template file for 'libdvdcss'
|
|
pkgname=libdvdcss
|
|
version=1.4.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="Simple library designed for accessing DVDs"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://www.videolan.org/developers/libdvdcss.html"
|
|
distfiles="https://download.videolan.org/pub/${pkgname}/${version}/${pkgname}-${version}.tar.bz2"
|
|
checksum=78c2ed77ec9c0d8fbed7bf7d3abc82068b8864be494cfad165821377ff3f2575
|
|
|
|
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"
|
|
}
|
|
}
|