Add discount-2.1.3 bep

This commit is contained in:
Chris Roberts
2012-08-07 22:16:09 +00:00
parent b01457b4b8
commit cd05d8a0f9

View File

@@ -0,0 +1,21 @@
DESCRIPTION="An implementation of John Gruber's Markdown text to html language written in C"
HOMEPAGE="http://www.pell.portland.or.us/~orc/Code/discount/"
SRC_URI="http://www.pell.portland.or.us/~orc/Code/discount/discount-2.1.3.tar.bz2"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="a1a4eade44f8141e38f2be7f2ed56c98"
BUILD {
cd discount-2.1.3
./configure.sh --prefix=$(finddir B_COMMON_DIRECTORY) \
--mandir=$(finddir B_COMMON_DOCUMENTATION_DIRECTORY)/man \
--enable-all-features
make
}
INSTALL {
cd discount-2.1.3
make install.everything
}
LICENSE="BSD (4-clause)"
COPYRIGHT="2007-2012 David Loren Parsons"