Magellan Linux

Contents of /trunk/extras/asciidoc/asciidoc-8.6.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29055 - (show annotations) (download)
Fri May 19 09:26:47 2017 UTC (7 years ago) by niro
File size: 690 byte(s)
auto added: ver bump to 8.6.9-r1
1 # $Id$
2
3 PNAME="asciidoc"
4 PVER="8.6.9"
5 PBUILD="r1"
6
7 PCAT="app-text"
8
9 DESCRIPTION="A text document format for writing short documents, articles, books and UNIX man pages."
10 HOMEPAGE="http://sourceforge.net/projects/asciidoc/"
11
12 DEPEND=">= dev-lang/python-2.7
13 >= dev-libs/libxslt-1.1.26
14 >= app-text/docbook-xsl-stylesheets-1.76
15 >= app-text/docbook-xml-dtd45-4.5"
16
17 SRCFILE="${PNAME}-${PVER}.tar.gz"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19
20 sminclude python mbuild
21 msetfeature "!check"
22
23 SRC_URI=(
24 sourceforge://${PNAME}/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 UP2DATE="updatecmd_sourceforge ${PNAME}"
29
30 src_compile()
31 {
32 cd ${SRCDIR}
33 mconfigure --sysconfdir=/usr/share || die
34 mmake || die
35 }