Magellan Linux

Annotation of /branches/R11-stable/extras/build-docbook-catalog/build-docbook-catalog-1.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14687 - (hide annotations) (download)
Wed Jan 2 09:13:27 2013 UTC (11 years, 5 months ago) by niro
Original Path: branches/R11-stable/core/build-docbook-catalog/build-docbook-catalog-1.5-r1.smage2
File size: 622 byte(s)
-release branches/R11-stable
1 niro 10181 # $Id$
2 niro 6914
3     PNAME="build-docbook-catalog"
4     PVER="1.5"
5     PBUILD="r1"
6    
7 niro 10181 PCAT="app-text"
8 niro 6914
9     DESCRIPTION="DocBook XML catalog auto-updater."
10     HOMEPAGE="http://gentoo.org/"
11    
12     DEPEND=""
13    
14     SRCFILE="${PNAME}-${PVER}.bz2"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude mtools
18    
19     SRC_URI=( mirror://${PNAME}/${SRCFILE} )
20    
21     # fake up2date uri
22     UP2DATE="echo ${PVER}"
23    
24     src_prepare()
25     {
26     # unpack
27     munpack ${SRCFILE} ${SRCDIR} || die
28     }
29    
30     src_install()
31     {
32     cd ${SRCDIR}
33     minstalldir /usr/bin || die
34     minstallexec ${SRCDIR}/${PNAME}-${PVER} /usr/bin/${PNAME} || die
35     }
36 niro 10182
37     # fixme: add support for xml-dtd-simple ? -> https://bugs.gentoo.org/290680?id=290680