Magellan Linux

Annotation of /trunk/extras/build-docbook-catalog/build-docbook-catalog-1.5-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 22578 - (hide annotations) (download)
Fri Oct 24 11:16:09 2014 UTC (9 years, 7 months ago) by niro
File size: 645 byte(s)
-added missing libxml2 dep
1 niro 22578 # $Id$
2    
3     PNAME="build-docbook-catalog"
4     PVER="1.5"
5     PBUILD="r2"
6    
7     PCAT="app-text"
8    
9     DESCRIPTION="DocBook XML catalog auto-updater."
10     HOMEPAGE="http://gentoo.org/"
11    
12     DEPEND=">= dev-libs/libxml2-2.9"
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    
37     # fixme: add support for xml-dtd-simple ? -> https://bugs.gentoo.org/290680?id=290680