# Description: a library which provides functions for reading DVD video disks. # URL: http://www.videolan.org/developers/libdvdcss.html # Maintainer: Danny Rawlins, monster dot romster at gmail dot com # Packager: Matt Housh, jaeger at crux dot nu name=libdvdcss version=20110603 release=1 source=(http://www.hvlinux.net/crux/distfiles/$name/$name-$version-r240.tar.xz) build() { cd $name autoreconf -i ./configure \ --prefix=/usr \ --mandir=/usr/man make make DESTDIR=$PKG install }