Files
haikuports/media-video/vlc/vlc-0.8.6i.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

31 lines
552 B
Plaintext

DESCRIPTION="vlc - media player"
HOMEPAGE="http://www.videolan.org/vlc/"
SRC_URI="http://download.videolan.org/pub/vlc/0.8.6i/vlc-0.8.6i.tar.gz"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND="pkgconfig >= 0.23,
libcdio,
libogg,
libmodplug,
libdvdread,
libebml,
libmad
ffmpeg = 7407"
CHECKSUM_MD5="fd852166d1705573cd7768a06117ed51"
BUILD()
{
cd vlc-0.8.6i
libtoolize --force --copy --install
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd vlc-0.8.6i
make install
}
LICENSE="GNU GPL v2"
COPYRIGHT="1998-2008"