Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1000 - (show annotations) (download)
Mon Dec 29 00:37:26 2008 UTC (15 years, 5 months ago) by niro
File size: 934 byte(s)
-ver bump to 0.0.21-r1; initial release
1 # $Header$
2
3 PNAME="xmlto"
4 PVER="0.0.21"
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/xmlto/browser/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 )
28
29 UP2DATE="updatecmd ${HOMEPAGE}/browser | lasttarball"
30
31
32 src_install()
33 {
34 cd ${SRCDIR}
35
36 mmake DESTDIR=${BINDIR} prefix=/usr install || die
37 minstalldocs AUTHORS ChangeLog FAQ NEWS README || die
38
39 # xml doc
40 minstalldir /usr/share/doc/${PNAME}-${PVER}/xml || die
41 minstallfile doc/\*.xml /usr/share/doc/${PNAME}-${PVER}/xml || die
42 }

Properties

Name Value
svn:keywords Id