mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Added bep file to attempt to build libdvdread from svn. Needs testing.
This commit is contained in:
18
media-libs/libdvdread/libdvdread-svn1168.bep
Normal file
18
media-libs/libdvdread/libdvdread-svn1168.bep
Normal 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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user