Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1994 - (show annotations) (download)
Thu Jun 11 13:34:28 2009 UTC (14 years, 11 months ago) by niro
File size: 657 byte(s)
-fixed UP2DATE
1 # $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 sminclude mbuild mtools
19
20 SRC_URI=(
21 sourceforge://${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 mirror://${PNAME}/slpd.rc
24 )
25
26 UP2DATE="updatecmd_sourceforge ${PNAME} OpenSLP"
27
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