void-packages/srcpkgs/libdvdread/template
Juan RP 2816ffb829 Added libdvdread-4.1.3 build template.
--HG--
extra : convert_revision : 734f4e4b09db9b4c9d378d66ec763d5c984e2b68
2009-12-30 02:13:30 +01:00

21 lines
589 B
Plaintext

# Template file for 'libdvdread'
pkgname=libdvdread
version=4.1.3
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
}