Magellan Linux

Contents of /branches/branch-xorg18/todo/xinetd/xinetd-2.3.12-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5192 - (show annotations) (download)
Tue Apr 6 21:54:10 2010 UTC (14 years, 2 months ago) by niro
File size: 361 byte(s)
created branch 'branch-xorg18'
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