Magellan Linux

Contents of /tags/old-unstable-20120113/core/libdaemon/libdaemon-0.14-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9870 - (show annotations) (download)
Fri Jan 13 21:26:11 2012 UTC (12 years, 4 months ago) by niro
File size: 629 byte(s)
tagged 'old-unstable-20120113'
1 # $Id$
2
3 PNAME="libdaemon"
4 PVER="0.14"
5 PBUILD="r1"
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 }

Properties

Name Value
svn:keywords Id