libbluray: update to 0.4.0.

This commit is contained in:
Juan RP 2013-11-02 09:12:12 +01:00
parent 85e6de2b60
commit 757b8cac25

View file

@ -1,7 +1,7 @@
# Template file for 'libbluray'
pkgname=libbluray
version=0.2.3
revision=2
version=0.4.0
revision=1
build_style=gnu-configure
configure_args="--disable-static --disable-bdjava"
hostmakedepends="pkg-config"
@ -11,19 +11,20 @@ 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=2c65cfb02aeec31721f9ea65ee2c085a9bfe163e99dd01b52ccb3f53ba205eea
checksum=63a3218d69f179f4834ef3b48bfa95268ad62c302ff38bfc052e2fc6916ae3f8
libbluray-devel_package() {
depends="${sourcepkg}>=${version}"
short_desc="${short_desc} -- development files"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}
libbluray_package() {
pkg_install() {
vmove usr
vmove all
}
}