Magellan Linux

Contents of /trunk/todo/xinetd/xinetd-2.3.12-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2726 - (show annotations) (download)
Thu Jul 9 20:51:03 2009 UTC (14 years, 10 months ago) by niro
File size: 361 byte(s)
-moved to 'todo'
1 # smage-script for sys-apps/xinetd-2.3.12-r1
2
3 PNAME="xinetd"
4 PVER="2.3.12"
5 PBUILD="r1"
6
7 SRCFILE="${PNAME}-${PVER}.tar.bz2"
8 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
9
10 src_prepare() {
11 munpack ${SRCFILE} || die
12
13 cd ${SRCDIR}
14
15 mconfigure || die
16 }
17
18 src_compile() {
19 cd ${SRCDIR}
20 mmake || die
21 }
22
23 src_install() {
24 cd ${SRCDIR}
25 make DESTDIR=${BINDIR} install || die
26 }

Properties

Name Value
svn:executable *
svn:keywords Id