contrib/libdvdnav/Pkgfile

23 lines
443 B
Plaintext
Raw Normal View History

2007-04-01 08:14:18 +02:00
# Description: DVD Navigation library.
2019-10-14 10:33:25 +02:00
# URL: https://www.videolan.org/developers/libdvdnav.html
# Maintainer: John McQuah, jmcquah at disroot dot org
2009-02-02 12:19:17 +01:00
# Depends on: libdvdread
name=libdvdnav
2021-06-27 21:06:31 +02:00
version=6.1.1
release=1
2019-10-14 10:33:25 +02:00
source=(https://download.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
autoreconf -f -i
2007-10-30 22:47:25 +01:00
2019-10-14 10:33:25 +02:00
./configure --prefix=/usr
2007-10-30 22:47:25 +01:00
2019-10-14 10:33:25 +02:00
make
2007-04-01 08:14:18 +02:00
make DESTDIR=$PKG install
2019-10-14 10:33:25 +02:00
rm -rf $PKG/usr/share
}