Magellan Linux

Contents of /trunk/core/xmlto/xmlto-0.0.22-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1174 - (show annotations) (download)
Sat Apr 25 14:49:50 2009 UTC (15 years ago) by niro
File size: 959 byte(s)
-fixed SRC_URI
1 # $Id$
2
3 PNAME="xmlto"
4 PVER="0.0.22"
5 PBUILD="r1"
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.24
14 >= app-text/docbook-xsl-stylesheets-1.74
15 >= app-text/docbook-xml-dtd-4.5
16 >= app-shells/bash-3
17 >= sys-apps/coreutils-6.12"
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 }

Properties

Name Value
svn:keywords Id