Magellan Linux

Contents of /branches/magellan-next/core/xmlto/xmlto-0.0.23-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6585 - (show annotations) (download)
Mon Sep 6 17:35:41 2010 UTC (13 years, 8 months ago) by niro
File size: 1012 byte(s)
auto added: ver bump to 0.0.23-r2
1 # $Id: xmlto-0.0.23-r1.smage2 3185 2009-10-14 11:58:52Z niro $
2
3 PNAME="xmlto"
4 PVER="0.0.23"
5 PBUILD="r2"
6
7 PCATEGORIE="app-text"
8 STATE="unstable"
9
10 DESCRIPTION="A bash script for converting XML and DocBook formatted documents to a variety of output formats."
11 HOMEPAGE="https://fedorahosted.org/xmlto"
12
13 DEPEND=">= dev-libs/libxslt-1.1.26
14 >= app-text/docbook-xsl-stylesheets-1.75
15 >= app-text/docbook-xml-dtd-4.5
16 >= app-shells/bash-4
17 >= sys-apps/coreutils-8"
18
19 SRCFILE="${PNAME}-${PVER}.tar.bz2"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 sminclude mbuild mtools
23
24 SRC_URI=(
25 https://fedorahosted.org/releases/x/m/xmlto/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 )
28
29 UP2DATE="updatecmd https://fedorahosted.org/releases/x/m/xmlto/ | lasttarball"
30
31 src_install()
32 {
33 cd ${SRCDIR}
34
35 mmake DESTDIR=${BINDIR} prefix=/usr install || die
36 minstalldocs AUTHORS ChangeLog FAQ NEWS README || die
37
38 # xml doc
39 minstalldir /usr/share/doc/${PNAME}-${PVER}/xml || die
40 minstallfile doc/\*.xml /usr/share/doc/${PNAME}-${PVER}/xml || die
41 }