Magellan Linux

Annotation of /trunk/extras/openslp/openslp-1.2.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1994 - (hide annotations) (download)
Thu Jun 11 13:34:28 2009 UTC (15 years ago) by niro
File size: 657 byte(s)
-fixed UP2DATE
1 niro 1992 # $Id$
2    
3     PNAME="openslp"
4     PVER="1.2.1"
5     PBUILD="r1"
6    
7     PCATEGORIE="net-libs"
8     STATE="unstable"
9    
10     DESCRIPTION="An open-source implementation of Service Location Protocol."
11     HOMEPAGE="http://www.openslp.org/"
12    
13     DEPEND=">= dev-libs/openssl-0.9.8"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.gz"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18 niro 1993 sminclude mbuild mtools
19 niro 1992
20     SRC_URI=(
21     sourceforge://${PNAME}/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     mirror://${PNAME}/slpd.rc
24     )
25    
26 niro 1994 UP2DATE="updatecmd_sourceforge ${PNAME} OpenSLP"
27 niro 1992
28     src_install()
29     {
30     cd ${SRCDIR}
31     mmake DESTDIR=${BINDIR} install || die
32     minstallrc slpd.rc slpd || die
33    
34     minstalldocs AUTHORS ChangeLog FAQ NEWS README* THANKS || die
35     }

Properties

Name Value
svn:keywords Id