22 lines
642 B
Bash
22 lines
642 B
Bash
# Template file for 'libdvdcss'
|
|
pkgname=libdvdcss
|
|
version=1.2.13
|
|
revision=4
|
|
build_style=gnu-configure
|
|
short_desc="Simple library designed for accessing DVDs"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-2"
|
|
homepage="http://www.videolan.org"
|
|
distfiles="http://download.videolan.org/pub/$pkgname/$version/$pkgname-$version.tar.bz2"
|
|
checksum=84f1bba6cfef1df87f774fceaefc8e73c4cda32e8f6700b224ad0acb5511ba2c
|
|
|
|
libdvdcss-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|