Magellan Linux

Annotation of /trunk/extras/nullidentd/nullidentd-1.0-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4571 - (hide annotations) (download)
Fri Dec 25 11:40:24 2009 UTC (14 years, 6 months ago) by niro
File size: 929 byte(s)
auto added: ver bump to 1.0-r4
1 niro 4571 # $Id$
2    
3     PNAME="nullidentd"
4     PVER="1.0"
5     PBUILD="r4"
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     UP2DATE="updatecmd -listonly ${HOMEPAGE} | lasttarball gz"
27    
28     src_prepare()
29     {
30     munpack ${SRCFILE} || die
31     cd ${SRCDIR}
32    
33     # some debian fixes
34     mpatch ${PNAME}-${PVER}-debian3.patch || die
35     }
36    
37     src_compile()
38     {
39     cd ${SRCDIR}
40     mmake || die
41     }
42    
43     src_install()
44     {
45     cd ${SRCDIR}
46    
47     # needed directories
48     minstalldir /usr/sbin || die
49    
50     mmake DESTDIR=${BINDIR} install || die
51    
52     minstallman debian/nullidentd.8 || die
53     minstalldocs CHANGELOG COPYING README || die
54     }

Properties

Name Value
svn:keywords Id