# Maintainer: Jesus E. pkgname=libdvdnav pkgver=6.1.0 pkgrel=1 pkgdesc="The library for xine-dvdnav plugin." arch=('i686' 'x86_64') license=('GPL-2') url="https://www.videolan.org/developers/libdvdnav.html" depends=('libdvdread') source=("https://download.videolan.org/pub/videolan/libdvdnav/$pkgver/libdvdnav-$pkgver.tar.bz2"{,.asc}) sha512sums=('40ea50d818067a3178b4b09e4b95b0cc67d5ff88dbff2cbeee943d086c5f59a71a7aecc425ba35d7dbe5285d8b1ea099a439c0c80c5dca280687ac0cbdc57c71' 'SKIP') validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release Signing Key build() { cd $pkgname-$pkgver ./configure --prefix=/usr make } package() { cd $pkgname-$pkgver make DESTDIR="${pkgdir}" install install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING }