libdvdcss: update to 1.4.0
This commit is contained in:
parent
9ef948e257
commit
c894694fbe
|
@ -1,19 +1,20 @@
|
|||
# Template file for 'libdvdcss'
|
||||
pkgname=libdvdcss
|
||||
version=1.2.13
|
||||
revision=4
|
||||
version=1.4.0
|
||||
revision=1
|
||||
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
|
||||
homepage="https://www.videolan.org/developers/libdvdcss.html"
|
||||
distfiles="https://download.videolan.org/pub/${pkgname}/${version}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=2089375984800df29a4817b37f3123c1706723342d6dab4d0a8b75c25c2c845a
|
||||
|
||||
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"
|
||||
|
|
Loading…
Reference in New Issue