Initial .bep file for libdvdnav, this one won't work until haikuporter supports .bz2 files though. Also moved patch to the patches sub-dir.

This commit is contained in:
Scott McCreary
2009-11-10 06:30:06 +00:00
parent cb82f37ed8
commit d206f3bc99
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
DESCRIPTION="libdvdnav"
HOMEPAGE="http://www.mplayerhq.hu/design7/news.html"
SRC_URI="http://www.mplayerhq.hu/MPlayer/releases/dvdnav/libdvdnav-4.1.3.tar.bz2"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd libdvdnav-4.1.3
# libtoolize --force --copy --install
# aclocal
# autoconf
# automake
./configure --prefix=/boot/common
make
}
INSTALL {
cd libdvdnav-4.1.3
make install
}