contrib/libdvdnav/Pkgfile

20 lines
480 B
Plaintext
Raw Normal View History

2007-04-01 08:14:18 +02:00
# Description: DVD Navigation library.
# URL: http://dvd.sourceforge.net/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Matt Housh, jaeger at morpheus dot net
2007-04-01 08:14:18 +02:00
# Depends on: libdvdcss libdvdread
name=libdvdnav
version=20050211
release=1
2007-04-01 08:14:18 +02:00
source=(http://downloads.videolan.org/pub/videolan/vlc/0.8.5/contrib/libdvdnav-$version.tar.bz2)
build() {
2007-04-01 08:14:18 +02:00
cd libdvdnav-$version
rm -r missing
./configure --prefix=/usr
2007-04-01 08:14:18 +02:00
make
make DESTDIR=$PKG install
}