From cd05d8a0f9f4e17c14255f987838fdbb5e4c01aa Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Tue, 7 Aug 2012 22:16:09 +0000 Subject: [PATCH] Add discount-2.1.3 bep --- app-text/discount/discount-2.1.3.bep | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 app-text/discount/discount-2.1.3.bep diff --git a/app-text/discount/discount-2.1.3.bep b/app-text/discount/discount-2.1.3.bep new file mode 100644 index 000000000..0dbba6cc7 --- /dev/null +++ b/app-text/discount/discount-2.1.3.bep @@ -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"