Magellan Linux

Contents of /trunk/core/build-docbook-catalog/build-docbook-catalog-1.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 991 - (show annotations) (download)
Mon Dec 29 00:17:23 2008 UTC (15 years, 4 months ago) by niro
File size: 677 byte(s)
-ver bump to 1.4-r1
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.4"
5 PBUILD="r1"
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