24 lines
767 B
Text
24 lines
767 B
Text
# Template file for 'libbluray'
|
|
pkgname=libbluray
|
|
version=0.5.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static --disable-bdjava"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libxml2-devel freetype-devel"
|
|
short_desc="Library to access Blu-Ray disks for video playback"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.videolan.org/developers/libbluray.html"
|
|
license="LGPL-2.1"
|
|
distfiles="ftp://ftp.videolan.org/pub/videolan/$pkgname/$version/$pkgname-$version.tar.bz2"
|
|
checksum=19213e193e1abc5ed2de65edfb539deda1dbf6cc64dfef03e405524c9c6f7216
|
|
|
|
libbluray-devel_package() {
|
|
depends="${sourcepkg}>=${version}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|