void-packages/srcpkgs/libdvdread/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

22 lines
600 B
Plaintext

# Template file for 'libdvdread'
pkgname=libdvdread
version=4.1.3
revision=1
distfiles="http://www.mplayerhq.hu/MPlayer/releases/dvdnav/$pkgname-$version.tar.bz2"
build_style=gnu-configure
short_desc="DVD access library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=07c39907beccd141adb710403c4704a1e1fe2f3f61d1e5a74fc5bcb7679819b4
long_desc="
libdvdread is a library that provides an interface to make life
for programs that access DVDs a little easier."
subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency build automake
pre_configure()
{
cd ${wrksrc} && autoreconf -vi
}