aboutsummaryrefslogtreecommitdiffstats
path: root/portmap
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-06-08 13:49:46 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-06-08 13:49:46 +0000
commit278a4267d48f21abfc07a1589f28733ade0fb17e (patch)
tree73a2bd79df8693e413fd6c3109909c719e2ccfd5 /portmap
parentcfc540c4b513d856ea909842bb095a4b0466846a (diff)
downloadopenembedded-278a4267d48f21abfc07a1589f28733ade0fb17e.tar.gz
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages 2004/06/08 14:59:49+02:00 uni-frankfurt.de!pb_ Merge bk://openembedded@openembedded.bkbits.net/packages into gandalf.tm.informatik.uni-frankfurt.de:/home/pb_/packages 2004/06/08 14:54:53+02:00 uni-frankfurt.de!pb_ fix portmap packaging 2004/06/08 11:02:29+02:00 uni-frankfurt.de!pb_ update tinylogin to same level as current familiar BKrev: 40c5c3fax-NR_nCdnoyqLvFcOfvd_g
Diffstat (limited to 'portmap')
-rw-r--r--portmap/install.patch0
-rw-r--r--portmap/portmap_5-4.oe17
2 files changed, 17 insertions, 0 deletions
diff --git a/portmap/install.patch b/portmap/install.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/portmap/install.patch
diff --git a/portmap/portmap_5-4.oe b/portmap/portmap_5-4.oe
index e69de29bb2..b6142840e5 100644
--- a/portmap/portmap_5-4.oe
+++ b/portmap/portmap_5-4.oe
@@ -0,0 +1,17 @@
+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_5-4.diff.gz;patch=1 \
+ file://no-libwrap.patch;patch=1;pnum=0 \
+ file://install.patch;patch=1;pnum=0"
+S = "${WORKDIR}/portmap_5beta"
+
+FILES_${PN} += " /sbin"
+
+do_compile() {
+ oe_runmake CFLAGS="${CFLAGS} \$(COPT) \$(NSARCHS)"
+}
+
+fakeroot do_install() {
+ install -d ${D}/${datadir}/man/man8
+ install -d ${D}/${datadir}/doc/portmap
+ oe_runmake BASEDIR="${D}" install
+}