Magellan Linux

Contents of /branches/magellan-next/core/libdaemon/libdaemon-0.14-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7775 - (show annotations) (download)
Tue May 31 18:30:44 2011 UTC (12 years, 11 months ago) by niro
File size: 629 byte(s)
auto added: ver bump to 0.14-r3
1 # $Id$
2
3 PNAME="libdaemon"
4 PVER="0.14"
5 PBUILD="r3"
6
7 PCATEGORIE="dev-libs"
8 STATE="unstable"
9
10 DESCRIPTION="libdaemon is a lightweight C library that eases the writing of UNIX daemons."
11 HOMEPAGE="http://0pointer.de/lennart/projects/libdaemon/"
12
13 DEPEND=">= virtual/glibc"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 http://0pointer.de/lennart/projects/${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd ${HOMEPAGE} | grep ${PNAME}- | firsttarball gz"
26
27 src_compile()
28 {
29 cd ${SRCDIR}
30
31 mconfigure --localstatedir=/var --disable-lynx || die
32 mmake || die
33 }