description="The library for xine-dvdnav plugin"
url="http://mplayerhq.hu"

packager="tnut <tnut@nutyx.org>"
contributors="Pierre B"

makedepends=(libdvdread)

name=libdvdnav
version=6.0.0
release=2

source=(http://download.videolan.org/videolan/$name/$version/$name-$version.tar.bz2)

build() {
cd $name-$version

autoreconf -fi

./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/doc/$name-$version

make
make DESTDIR=$PKG install

# Obsolet lib
rm $PKG/usr/lib/$name.la
}
