contrib/libdvdread/Pkgfile
2020-05-23 20:08:48 +10:00

25 lines
467 B
Plaintext

# Description: DVD reading library.
# URL: https://www.videolan.org/developers/libdvdread.html
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: libdvdcss
name=libdvdread
version=6.1.1
release=1
source=(https://download.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
autoreconf -f -i
./configure \
--prefix=/usr \
--disable-apidoc
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}