Magellan Linux

Annotation of /trunk/core/build-docbook-catalog/build-docbook-catalog-1.2-r6.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 8 months ago) by niro
Original Path: trunk/extras/build-docbook-catalog/build-docbook-catalog-1.2-r6.smage2
File size: 634 byte(s)
import repo
1 niro 2 # $Header: /magellan-cvs/smage/build-docbook-catalog/build-docbook-catalog-1.2-r6.smage2,v 1.4 2008/03/20 15:06:50 niro Exp $
2    
3     PNAME="build-docbook-catalog"
4     PVER="1.2"
5     PBUILD="r6"
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     src_prepare()
23     {
24     # unpack
25     munpack ${SRCFILE} ${SRCDIR} || die
26     }
27    
28     src_install()
29     {
30     cd ${SRCDIR}
31     minstalldir /usr/bin || die
32     minstallexec ${SRCDIR}/${PNAME}-${PVER} /usr/bin/${PNAME} || die
33     }

Properties

Name Value
svn:keywords Id