Magellan Linux

Contents of /branches/magellan-next/extras/openslp/openslp-1.2.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7048 - (show annotations) (download)
Tue Sep 28 12:47:26 2010 UTC (13 years, 8 months ago) by niro
File size: 657 byte(s)
imported from trunk
1 # $Id$
2
3 PNAME="openslp"
4 PVER="1.2.1"
5 PBUILD="r2"
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