void-packages/srcpkgs/libdvdread/template

29 lines
698 B
Text
Raw Normal View History

# Template file for 'libdvdread'
pkgname=libdvdread
2014-09-12 10:50:34 +00:00
version=4.2.1
revision=1
build_style=gnu-configure
2013-04-16 08:25:02 +00:00
hostmakedepends="libtool automake"
short_desc="DVD access library"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-02-09 14:11:50 +00:00
license="GPL-2"
homepage="http://dvdnav.mplayerhq.hu"
2014-09-12 10:50:34 +00:00
distfiles="http://dvdnav.mplayerhq.hu/releases/$pkgname-$version.tar.xz"
checksum=af9b98f049580a6521d56c978b736d3d609562dd12955e11d50e26d97542dcd4
2012-02-09 14:11:50 +00:00
pre_configure() {
2013-12-18 14:17:58 +00:00
NOCONFIGURE=1 ./autogen.sh
}
libdvdread-devel_package() {
2013-12-18 14:17:58 +00:00
depends="libdvdread>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/bin
vmove usr/include
vmove usr/share
vmove usr/lib/pkgconfig
2013-12-18 14:17:58 +00:00
vmove "usr/lib/*.so"
}
}