Magellan Linux

Annotation of /smage/trunk/core/asciidoc/asciidoc-8.6.8-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14242 - (hide annotations) (download)
Mon Jul 6 19:32:58 2020 UTC (3 years, 10 months ago) by niro
File size: 722 byte(s)
auto added: ver bump to 8.6.8-r4
1 niro 14242 # $Id$
2    
3     PNAME="asciidoc"
4     PVER="8.6.8"
5     PBUILD="r4"
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     >= dev-libs/libxslt-dev-1.1.26"
17    
18     SRCFILE="${PNAME}-${PVER}.tar.gz"
19     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20    
21     sminclude python mbuild
22     msetfeature "!check"
23    
24     SRC_URI=(
25     sourceforge://${PNAME}/${SRCFILE}
26     mirror://${PNAME}/${SRCFILE}
27     )
28    
29     UP2DATE="updatecmd_sourceforge ${PNAME}"
30    
31     src_compile()
32     {
33     cd ${SRCDIR}
34     mconfigure --sysconfdir=/usr/share || die
35     mmake || die
36     }