Added bep file to attempt to build libdvdread from svn. Needs testing.

This commit is contained in:
Scott McCreary
2011-01-31 19:15:57 +00:00
parent 01332ac32e
commit e9a11920ac

View File

@@ -0,0 +1,18 @@
DESCRIPTION="libdvdread is a library for DVD navigation tools"
HOMEPAGE="http://mplayerhq.hu"
SRC_URI="svn://svn.mplayer.hu/dvdnav/trunk/libdvdread#1168"
#CHECKSUM_MD5=""
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd libdvdread-svn1168
./autogen.sh
./configure --prefix=/boot/common
make
}
INSTALL {
cd libdvdread-svn1168
make install
}