aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/portmap/portmap-unslung_5-9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/portmap/portmap-unslung_5-9.bb')
-rw-r--r--recipes/portmap/portmap-unslung_5-9.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes/portmap/portmap-unslung_5-9.bb b/recipes/portmap/portmap-unslung_5-9.bb
new file mode 100644
index 0000000000..c86ae1e892
--- /dev/null
+++ b/recipes/portmap/portmap-unslung_5-9.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "RPC program number mapper."
+SECTION = "console/network"
+LICENSE = "GPL"
+PR = "r2"
+COMPATIBLE_MACHINE = "nslu2"
+
+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"
+
+sbindir = "/sbin"
+
+do_compile() {
+ oe_runmake
+}
+
+do_install() {
+ oe_runmake 'docdir=${datadir}/doc/portmap' 'DESTDIR=${D}' install
+}