Initial .bep and .OptionalPackageDescription files for vlc-0.8.6i, it's not yet building, but is a work in progress.

This commit is contained in:
Scott McCreary
2010-05-12 07:52:43 +00:00
parent 5c57b9bd4c
commit b20870dec0
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
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
}

View File

@@ -0,0 +1,5 @@
Package: vlc
Version: 0.8.6i
Copyright: 1998-2008
License: GNU GPLv2
URL: http://www.videolan.org