mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Add .bep file for joe from hg. Removed stray libebml .bep file.
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
DESCRIPTION="libebml is a C++ library to parse EBML content (read/write)."
|
||||
HOMEPAGE="http://www.matroska.org/"
|
||||
SRC_URI="http://dl.matroska.org/downloads/libebml/libebml-1.0.0.tar.bz2"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
CHECKSUM_MD5="6d438f03d8928d83a2d120ed02705f03"
|
||||
BUILD {
|
||||
cd libebml-1.0.0
|
||||
cd make
|
||||
cd linux
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd libebml-1.0.0
|
||||
cd make
|
||||
cd linux
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="2005-2009 CoreCodec, Inc."
|
||||
Reference in New Issue
Block a user