Magellan Linux

Contents of /smage/branches/alx07x-stable/core/asciidoc/asciidoc-8.6.8-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11469 - (show annotations) (download)
Tue Dec 19 12:38:43 2017 UTC (6 years, 4 months ago) by niro
File size: 722 byte(s)
-release branches/alx07x-stable
1 # $Id$
2
3 PNAME="asciidoc"
4 PVER="8.6.8"
5 PBUILD="r3"
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 }