libdvdnav: Pkgfile cleanup
This commit is contained in:
parent
eb01ed5366
commit
f47aba306e
@ -1,18 +1,19 @@
|
|||||||
# Description: DVD Navigation library needed by the xine-dvdnav plugin.
|
# Description: DVD Navigation library.
|
||||||
# URL: http://dvd.sourceforge.net/
|
# URL: http://dvd.sourceforge.net/
|
||||||
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
|
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
|
||||||
# Packager: Matt Housh, jaeger at morpheus dot net
|
# Packager: Matt Housh, jaeger at morpheus dot net
|
||||||
# Depends on: libdvdcss, libdvdread
|
# Depends on: libdvdcss libdvdread
|
||||||
|
|
||||||
name=libdvdnav
|
name=libdvdnav
|
||||||
version=20050211
|
version=20050211
|
||||||
release=1
|
release=1
|
||||||
source=(http://downloads.videolan.org/pub/videolan/vlc/0.8.5/contrib/$name-$version.tar.bz2)
|
source=(http://downloads.videolan.org/pub/videolan/vlc/0.8.5/contrib/libdvdnav-$version.tar.bz2)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd libdvdnav-$version
|
||||||
rm -r missing
|
rm -r missing
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
make && make DESTDIR=$PKG install
|
make
|
||||||
|
make DESTDIR=$PKG install
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user