Magellan Linux

Annotation of /branches/R11-unstable/extras/asciidoc/asciidoc-8.6.8-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25120 - (hide annotations) (download)
Tue Nov 25 03:04:34 2014 UTC (9 years, 6 months ago) by niro
File size: 690 byte(s)
-release branches/R11-unstable
1 niro 12961 # $Id$
2    
3     PNAME="asciidoc"
4     PVER="8.6.8"
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 niro 12962 >= app-text/docbook-xml-dtd45-4.5"
16 niro 12961
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     }