Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 988 - (show annotations) (download)
Mon Dec 29 00:12:50 2008 UTC (15 years, 4 months ago) by niro
File size: 634 byte(s)
-moved to 'core'
1 # $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