Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7051 - (show annotations) (download)
Tue Sep 28 12:56:23 2010 UTC (13 years, 7 months ago) by niro
File size: 762 byte(s)
auto added: ver bump to 1.2.1-r3
1 # $Id: openslp-1.2.1-r2.smage2 3928 2009-11-14 10:21:38Z niro $
2
3 PNAME="openslp"
4 PVER="1.2.1"
5 PBUILD="r3"
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-1.0.0"
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 ${HOMEPAGE} | grep 'current.*stable'| sed 's:.*OpenSLP\ \(.*\)\ \ .*(.*:\1:'"
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 }