void-packages/srcpkgs/libdvdread/template
Juan RP bbe59cfe10 libdvdread: move so symlink into main pkg.
--HG--
extra : convert_revision : cc0ade60c6f57a60077966731813620fec93d45f
2010-04-24 18:52:01 +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
}