Magellan Linux

Annotation of /branches/branch-xorg18/core/libdaemon/libdaemon-0.14-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3464 - (hide annotations) (download)
Wed Oct 21 20:53:01 2009 UTC (14 years, 8 months ago) by niro
Original Path: trunk/core/libdaemon/libdaemon-0.14-r1.smage2
File size: 629 byte(s)
auto added: ver bump to 0.14-r1
1 niro 3464 # $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