Initial .bep and source for lemon. The .bep file won't work yet as the

source needs to be in place first.
This commit is contained in:
Scott McCreary
2011-02-10 01:29:32 +00:00
parent a0b6c41892
commit d1bb8e1fae
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
DESCRIPTION="Lemon LALR(1) parser generator"
HOMEPAGE="http://www.sqlite.org/arch.html"
SRC_URI="http://ports.haiku-files.org/browser/haikuports/trunk/sys-devel/lemon-3070500.zip"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="3a8db045f48383021b5311b21b02ba0e"
BUILD {
cd sqlite-src-3070500
# make
}
INSTALL {
cd sqlite-autoconf-3070500
# make install
}
#LICENSE="SQLite"
#COPYRIGHT="Public Domain"

Binary file not shown.