mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
portmap: upgraded to 6.0
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2561 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,33 +0,0 @@
|
||||
DESCRIPTION = "RPC program number mapper."
|
||||
SECTION = "console/network"
|
||||
LICENSE = "GPL"
|
||||
PR = "r5"
|
||||
|
||||
SRC_URI = "http://www.uk.debian.org/debian/pool/main/p/portmap/portmap_5.orig.tar.gz \
|
||||
http://www.uk.debian.org/debian/pool/main/p/portmap/portmap_${PV}.diff.gz;patch=1 \
|
||||
file://no-libwrap.patch;patch=1;pnum=0 \
|
||||
file://portmap.init \
|
||||
file://make.patch;patch=1"
|
||||
S = "${WORKDIR}/portmap_5beta"
|
||||
|
||||
PACKAGES =+ "portmap-utils"
|
||||
FILES_portmap-utils = "/sbin/pmap_set /sbin/pmap_dump"
|
||||
FILES_${PN}-doc += "${docdir}"
|
||||
|
||||
INITSCRIPT_NAME = "portmap"
|
||||
INITSCRIPT_PARAMS = "start 43 S . start 32 0 6 . stop 81 1 ."
|
||||
|
||||
inherit update-rc.d
|
||||
|
||||
sbindir = "/sbin"
|
||||
|
||||
do_compile() {
|
||||
oe_runmake
|
||||
}
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${sysconfdir}/init.d
|
||||
install -m 0755 ${WORKDIR}/portmap.init ${D}${sysconfdir}/init.d/portmap
|
||||
oe_runmake 'docdir=${docdir}/portmap' \
|
||||
'DESTDIR=${D}' install
|
||||
}
|
||||
17
meta/packages/portmap/portmap_6.0.bb
Normal file
17
meta/packages/portmap/portmap_6.0.bb
Normal file
@@ -0,0 +1,17 @@
|
||||
require portmap.inc
|
||||
|
||||
SRC_URI = "http://neil.brown.name/portmap/portmap-6.0.tgz \
|
||||
file://destdir-no-strip.patch;patch=1 \
|
||||
file://no-tcpd-support.patch;patch=1 \
|
||||
file://no-libwrap.patch;patch=1;pnum=0 \
|
||||
file://portmap.init "
|
||||
|
||||
S = "${WORKDIR}/${PN}_${PV}/"
|
||||
|
||||
CPPFLAGS += "-DFACILITY=LOG_DAEMON -DENABLE_DNS"
|
||||
|
||||
fakeroot do_install() {
|
||||
install -d ${D}${mandir}/man8/ ${D}${base_sbindir} ${D}${sysconfdir}/init.d
|
||||
install -m 0757 ${WORKDIR}/portmap.init ${D}${sysconfdir}/init.d/portmap
|
||||
oe_runmake install DESTDIR=${D}
|
||||
}
|
||||
Reference in New Issue
Block a user