contrib/libdvdcss/Pkgfile
2014-11-10 23:28:51 +11:00

24 lines
525 B
Plaintext

# 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
# Packager: Matt Housh, jaeger at crux dot nu
name=libdvdcss
version=1.2.13
release=1
source=(http://download.videolan.org/pub/$name/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
rmdir $PKG/usr/share
}