Added dependencies, license and copyright info for libdvdnav.

This commit is contained in:
Scott McCreary
2010-07-08 04:25:49 +00:00
parent 1e03bc71d0
commit abe7c9d88f

View File

@@ -4,10 +4,12 @@ SRC_URI="http://www.mplayerhq.hu/MPlayer/releases/dvdnav/libdvdnav-4.1.3.tar.bz2
CHECKSUM_MD5="d62383c45b28816771e283515f2c27fa"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
DEPEND="media-libs/libdvdcss >= 1.20.10
media-libs/libdvdread >= 4.1.3"
BUILD {
cd libdvdnav-4.1.3
./autogen.sh
CFLAGS="-I/boot/common/include -DHAVE_DVDCSS_DVDCSS_H " \
./configure --prefix=/boot/common
make
}
@@ -16,3 +18,7 @@ INSTALL {
cd libdvdnav-4.1.3
make install
}
LICENSE="GNU GPL v2"
COPYRIGHT="2000 Rich Wareham
2001-2004 the dvdnav project"