Magellan Linux

Contents of /branches/R11-unstable/extras/libdaemon/libdaemon-0.14-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25490 - (show annotations) (download)
Tue Nov 25 03:50:00 2014 UTC (9 years, 5 months ago) by niro
File size: 600 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="libdaemon"
4 PVER="0.14"
5 PBUILD="r4"
6
7 PCAT="dev-libs"
8
9 DESCRIPTION="libdaemon is a lightweight C library that eases the writing of UNIX daemons."
10 HOMEPAGE="http://0pointer.de/lennart/projects/libdaemon/"
11
12 DEPEND=">= virtual/glibc"
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild multilib
18
19 SRC_URI=(
20 http://0pointer.de/lennart/projects/${PNAME}/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd ${HOMEPAGE} | grep ${PNAME}- | firsttarball gz"
25
26 src_compile()
27 {
28 mconfigure --localstatedir=/var --disable-lynx || die
29 mmake || die
30 }