mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
portmap: add missing file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2562 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
31
meta/packages/portmap/portmap.inc
Normal file
31
meta/packages/portmap/portmap.inc
Normal file
@@ -0,0 +1,31 @@
|
||||
DESCRIPTION = "RPC program number mapper."
|
||||
SECTION = "console/network"
|
||||
LICENSE = "GPL"
|
||||
|
||||
SRC_URI = "${DEBIAN_MIRROR}/main/p/portmap/portmap_5.orig.tar.gz \
|
||||
${DEBIAN_MIRROR}/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"
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
PACKAGES =+ "portmap-utils"
|
||||
FILES_portmap-utils = "/sbin/pmap_set /sbin/pmap_dump"
|
||||
FILES_${PN}-doc += "${docdir}"
|
||||
Reference in New Issue
Block a user