mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
Add discount-2.1.3 bep
This commit is contained in:
21
app-text/discount/discount-2.1.3.bep
Normal file
21
app-text/discount/discount-2.1.3.bep
Normal 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"
|
||||
Reference in New Issue
Block a user