Magellan Linux

Annotation of /branches/magellan-next/core/build-docbook-catalog/build-docbook-catalog-1.4-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6178 - (hide annotations) (download)
Thu Aug 19 18:31:47 2010 UTC (13 years, 9 months ago) by niro
File size: 627 byte(s)
auto added: ver bump to 1.4-r3
1 niro 6178 # $Id: build-docbook-catalog-1.4-r2.smage2 3177 2009-10-14 10:37:16Z niro $
2    
3     PNAME="build-docbook-catalog"
4     PVER="1.4"
5     PBUILD="r3"
6    
7     PCATEGORIE="app-text"
8     STATE="unstable"
9    
10     DESCRIPTION="DocBook XML catalog auto-updater."
11     HOMEPAGE="http://gentoo.org/"
12    
13     DEPEND=""
14    
15     SRCFILE="${PNAME}-${PVER}.bz2"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude mtools
19    
20     SRC_URI=( mirror://${PNAME}/${SRCFILE} )
21    
22     # fake up2date uri
23     UP2DATE="echo ${PVER}"
24    
25     src_prepare()
26     {
27     # unpack
28     munpack ${SRCFILE} ${SRCDIR} || die
29     }
30    
31     src_install()
32     {
33     cd ${SRCDIR}
34     minstalldir /usr/bin || die
35     minstallexec ${SRCDIR}/${PNAME}-${PVER} /usr/bin/${PNAME} || die
36     }