# Description: A library which provides functions for reading DVD video disks. # URL: http://www.videolan.org/developers/libdvdcss.html # Maintainer: Danny Rawlins, crux at romster dot me name=libdvdcss version=1.4.2 release=1 source=(https://download.videolan.org/pub/$name/$version/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=/usr make make DESTDIR=$PKG install rm -rf $PKG/usr/share/doc rmdir $PKG/usr/share }