Initial .bep file for libdvdread, moved patch to patches sub-dir and fix libdvdnav .bep to use the right build steps.

This commit is contained in:
Scott McCreary
2009-11-10 06:40:03 +00:00
parent d206f3bc99
commit 48387e3c5b
3 changed files with 18 additions and 4 deletions

View File

@@ -6,10 +6,7 @@ STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd libdvdnav-4.1.3
# libtoolize --force --copy --install
# aclocal
# autoconf
# automake
./autogen.sh
./configure --prefix=/boot/common
make
}

View File

@@ -0,0 +1,17 @@
DESCRIPTION="libdvdread"
HOMEPAGE="http://www.mplayerhq.hu/design7/news.html"
SRC_URI="http://www3.mplayerhq.hu/MPlayer/releases/dvdnav/libdvdread-4.1.3.tar.bz2"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd libdvdread-4.1.3
./autogen.sh
./configure --prefix=/boot/common
make
}
INSTALL {
cd libdvdread-4.1.3
make install
}