void-packages/srcpkgs/libdvdread/template

24 lines
639 B
Bash
Raw Normal View History

# Template file for 'libdvdread'
pkgname=libdvdread
2014-11-24 09:23:56 +00:00
version=5.0.0
2014-09-12 10:50:34 +00:00
revision=1
build_style=gnu-configure
short_desc="DVD access library"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2012-02-09 14:11:50 +00:00
license="GPL-2"
homepage="http://dvdnav.mplayerhq.hu"
2014-11-24 09:23:56 +00:00
distfiles="https://get.videolan.org/libdvdread/${version}/libdvdread-${version}.tar.bz2"
checksum=66fb1a3a42aa0c56b02547f69c7eb0438c5beeaf21aee2ae2c6aa23ea8305f14
libdvdread-devel_package() {
2013-12-18 14:17:58 +00:00
depends="libdvdread>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/share
vmove usr/lib/pkgconfig
2013-12-18 14:17:58 +00:00
vmove "usr/lib/*.so"
2014-11-24 09:23:56 +00:00
vmove "usr/lib/*.a"
}
}