You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.3 KiB

# Software list file for OpenSLP.
# Directories...
$DESTDIR=
$prefix=@prefix@
$exec_prefix=@exec_prefix@
$bindir=@bindir@
$sbindir=@sbindir@
$etcdir=@sysconfdir@
$datadir=@datadir@
$libdir=@libdir@
$mandir=@mandir@
$includedir=@includedir@
$srcdir=@top_srcdir@
$sharedir=@sharedstatedir@
$vardir=@localstatedir@
# Product information
%product OpenSLP
%copyright Caldera Systems, Inc (BSD)
%vendor OpenSLP Project
%license ${srcdir}/COPYING
%readme ${srcdir}/README
%description Open source implementation of Service Location Protocol V2.
%version 1.0.1
# Binaries
%system all
d 0755 root sys ${prefix} -
d 0755 root sys ${bindir} -
d 0755 root sys ${sbindir} -
d 0755 root sys ${includedir} -
d 0755 root sys ${etcdir} -
d 0755 root sys ${libdir} -
d 0755 root sys ${sharedir} -
d 0755 root sys ${sharedir}/doc -
d 0755 root sys ${sharedir}/doc/openslp-$version -
c 0644 root sys ${etcdir}/slp.conf ${DESTDIR}${etcdir}/slp.conf
c 0644 root sys ${etcdir}/slp.reg ${DESTDIR}${etcdir}/slp.reg
f 0755 root sys ${sbindir}/slpd ${DESTDIR}${sbindir}/slpd
f 0755 root sys ${bindir}/slptool ${DESTDIR}${bindir}/slptool
f 0644 root sys ${includedir}/slp.h ${DESTDIR}${includedir}/slp.h
f 0644 root sys ${libdir}/libslp.so.1.0.0 ${DESTDIR}${libdir}/libslp.so.1.0.0
l 0777 root sys ${libdir}/libslp.so.1 libslp.so.1.0.0
l 0777 root sys ${libdir}/libslp.so libslp.so.1.0.0