void-packages/srcpkgs/libdvdread/template

22 lines
592 B
Plaintext

# Template file for 'libdvdread'
pkgname=libdvdread
version=4.2.0
homepage="http://dvdnav.mplayerhq.hu"
distfiles="http://dvdnav.mplayerhq.hu/releases/$pkgname-$version.tar.bz2"
build_style=gnu-configure
makedepends="automake"
revision=1
short_desc="DVD access library"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
checksum=0bea15da842a4b04a482b009d72dcc6d9c9524ccc1bf67e5748319ec5ada8097
long_desc="
libdvdread is a library that provides an interface to make life
for programs that access DVDs a little easier."
subpackages="$pkgname-devel"
pre_configure() {
./autogen.sh
}