Magellan Linux

Contents of /trunk/core/rman/rman-3.2-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1561 - (show annotations) (download)
Mon May 11 16:44:05 2009 UTC (14 years, 11 months ago) by niro
File size: 820 byte(s)
-moved to 'core'
1 # $Header: /magellan-cvs/smage/rman/rman-3.2-r3.smage2,v 1.1 2008/03/23 21:06:48 niro Exp $
2
3 PNAME="rman"
4 PVER="3.2"
5 PBUILD="r3"
6
7 PCATEGORIE="app-text"
8 STATE="unstable"
9
10 DESCRIPTION="PolyglotMan, a manual page translator formerly known as RosettaMan."
11 HOMEPAGE="http://polyglotman.sourceforge.net/"
12
13 DEPEND=""
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mtools
19
20 SRC_URI=(
21 sourceforge://polyglotman/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 src_prepare()
26 {
27 munpack ${SRCFILE} || die
28 cd ${SRCDIR}
29
30 # fixup pathes in the Makefile
31 sed -i -e "s:^\(BINDIR =\).*:\1 /usr/bin:" \
32 -e "s:^\(MANDIR =\).*:\1 /usr/share/man/man1:" Makefile || die
33 }
34
35 src_compile()
36 {
37 cd ${SRCDIR}
38 mmake || die
39 }
40
41 src_install()
42 {
43 cd ${SRCDIR}
44
45 minstallexec rman || die
46 minstallman rman.1 || die
47 }

Properties

Name Value
svn:keywords Id