Magellan Linux

Contents of /trunk/todo/nullidentd/nullidentd-1.0-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2491 - (show annotations) (download)
Thu Jul 9 20:09:16 2009 UTC (14 years, 10 months ago) by niro
File size: 966 byte(s)
-moved to 'todo'
1 # $Header: /magellan-cvs/smage/nullidentd/nullidentd-1.0-r3.smage2,v 1.1 2008/04/20 23:36:23 niro Exp $
2
3 PNAME="nullidentd"
4 PVER="1.0"
5 PBUILD="r3"
6
7 PCATEGORIE="net-misc"
8 STATE="unstable"
9
10 DESCRIPTION="nullidentd is a small, fast and secure identd daemon."
11 HOMEPAGE="http://www.tildeslash.org/nullidentd.html"
12
13 DEPEND=">= sys-apps/net-tools-1.60"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mtools
19
20 SRC_URI=(
21 http://www.tildeslash.org/${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${PNAME}-${PVER}-debian3.patch
24 )
25
26 src_prepare()
27 {
28 munpack ${SRCFILE} || die
29 cd ${SRCDIR}
30
31 # some debian fixes
32 mpatch ${PNAME}-${PVER}-debian3.patch || die
33 }
34
35 src_compile()
36 {
37 cd ${SRCDIR}
38 mmake || die
39 }
40
41 src_install()
42 {
43 cd ${SRCDIR}
44
45 # needed directories
46 minstalldir /usr/sbin || die
47
48 mmake DESTDIR=${BINDIR} install || die
49
50 minstallman debian/nullidentd.8 || die
51 minstalldocs CHANGELOG COPYING README || die
52 }

Properties

Name Value
svn:keywords Id