Contents of /trunk/extras/xinetd/xinetd-2.3.12-r1.smage2
Parent Directory | Revision Log
Revision 2 -
(show annotations)
(download)
Fri Oct 10 13:29:42 2008 UTC (16 years, 1 month ago) by niro
File size: 361 byte(s)
Fri Oct 10 13:29:42 2008 UTC (16 years, 1 month ago) by niro
File size: 361 byte(s)
import repo
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 |