Files
haikuports/media-libs/libdvdnav/libdvdnav-4.2.0.bep
2013-03-29 14:04:07 +00:00

26 lines
621 B
Plaintext

DESCRIPTION="libdvdnav"
HOMEPAGE="http://www.mplayerhq.hu/design7/news.html"
SRC_URI="http://dvdnav.mplayerhq.hu/releases/libdvdnav-4.2.0.tar.bz2"
CHECKSUM_MD5="53be8903f9802e101929a3451203bbf6"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="media-libs/libdvdcss >= 1.20.10
media-libs/libdvdread >= 4.2.0"
BUILD {
cd libdvdnav-4.2.0
./autogen.sh
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--datadir=`finddir B_COMMON_DATA_DIRECTORY` \
--enable-shared --enable-static
make
}
INSTALL {
cd libdvdnav-4.2.0
make install
}
LICENSE="GNU GPL v2"
COPYRIGHT="2000 Rich Wareham
2001-2004 the dvdnav project"