mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
25 lines
464 B
Plaintext
25 lines
464 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,
|
|
libcdio,
|
|
libogg,
|
|
libmodplug,
|
|
libdvdread,
|
|
libebml,
|
|
libmad"
|
|
CHECKSUM_MD5="fd852166d1705573cd7768a06117ed51"
|
|
BUILD {
|
|
cd vlc-0.8.6i
|
|
libtoolize --force --copy --install
|
|
./configure --prefix=/boot/common
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd vlc-0.8.6i
|
|
make install
|
|
}
|