mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
30
media-video/vlc/vlc-0.8.6i.recipe
Normal file
30
media-video/vlc/vlc-0.8.6i.recipe
Normal file
@@ -0,0 +1,30 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user