contrib/libdvdcss/Pkgfile

24 lines
539 B
Plaintext
Raw Normal View History

# Description: A library which provides functions for reading DVD video disks.
2011-06-03 14:45:10 +02:00
# 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=1.2.13
release=1
source=(http://download.videolan.org/pub/$name/$version/$name-$version.tar.bz2)
2011-06-03 14:45:10 +02:00
build() {
cd $name-$version
2011-06-03 14:45:10 +02:00
./configure \
--prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
rmdir $PKG/usr/share
2011-06-03 14:45:10 +02:00
}