Magellan Linux

Contents of /smage/trunk/core/asciidoc/asciidoc-8.6.10-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14369 - (show annotations) (download)
Thu Jul 9 12:52:32 2020 UTC (3 years, 9 months ago) by niro
File size: 793 byte(s)
auto added: ver bump to 8.6.10-r1
1 # $Id$
2
3 PNAME="asciidoc"
4 PVER="8.6.10"
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="https://www.methods.co.nz/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="${PVER}.tar.gz"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 sminclude python mbuild
22 msetfeature "!check"
23
24 SRC_URI=(
25 https://github.com/${PNAME}/${PNAME}/archive/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 )
28
29 UP2SEPERATOR="\/"
30 UP2DATE="updatecmd https://github.com/${PNAME}/${PNAME}/releases | highesttarball gz"
31
32 src_compile()
33 {
34 cd ${SRCDIR}
35 mconfigure --sysconfdir=/usr/share || die
36 mmake || die
37 }