Magellan Linux

Annotation of /branches/branch-xorg18/core/build-docbook-catalog/build-docbook-catalog-1.4-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5192 - (hide annotations) (download)
Tue Apr 6 21:54:10 2010 UTC (14 years, 5 months ago) by niro
File size: 558 byte(s)
created branch 'branch-xorg18'
1 niro 3177 # $Id$
2    
3     PNAME="build-docbook-catalog"
4     PVER="1.4"
5     PBUILD="r2"
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     }

Properties

Name Value
svn:keywords Id