Magellan Linux

Contents of /branches/magellan-0_10_0/todo/xinetd/xinetd-2.3.12-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3000 - (show annotations) (download)
Mon Oct 5 18:47:41 2009 UTC (14 years, 8 months ago) by niro
File size: 361 byte(s)
created branch 'magellan-0_10_0'
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