Magellan Linux

Annotation of /trunk/core/libdaemon/libdaemon-0.13-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1289 - (hide annotations) (download)
Tue Apr 28 16:23:32 2009 UTC (15 years, 1 month ago) by niro
File size: 629 byte(s)
-ver bump to 0.13-r1; initial release
1 niro 1289 # $Id$
2    
3     PNAME="libdaemon"
4     PVER="0.13"
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