void-packages/srcpkgs/libdvdread/template

29 lines
699 B
Text
Raw Normal View History

# Template file for 'libdvdread'
pkgname=libdvdread
2012-02-09 14:11:50 +00:00
version=4.2.0
2013-12-18 14:17:58 +00:00
revision=3
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"
distfiles="http://dvdnav.mplayerhq.hu/releases/$pkgname-$version.tar.bz2"
2012-02-09 14:11:50 +00:00
checksum=0bea15da842a4b04a482b009d72dcc6d9c9524ccc1bf67e5748319ec5ada8097
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"
}
}