20 lines
497 B
Plaintext
20 lines
497 B
Plaintext
# Description: DVD Navigation library needed by the xine-dvdnav plugin
|
|
# URL: http://dvd.sourceforge.net
|
|
# Maintainer: sten, nick dot steeves at shaw dot ca
|
|
# Packager: Younès Hafri <ycrux@club-internet.fr>
|
|
# Depends on: libdvdcss, libdvdread
|
|
|
|
name=libdvdnav
|
|
version=0.1.10
|
|
release=1
|
|
source=(http://puzzle.dl.sourceforge.net/sourceforge/dvd/$name-$version.tar.gz)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
rm -rf missing
|
|
./configure --prefix=/usr
|
|
make
|
|
make DESTDIR=$PKG install
|
|
chown -R root:root $PKG
|
|
}
|