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
+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
+}
+PR = "r1"
DESCRIPTION = "TinyLogin is a suite of tiny UNIX \
utilities for handling logins, user authentication, \
changing passwords, and otherwise maintaining users \
and groups on an embedded system."
-SRC_URI = "http://tinylogin.busybox.net/downloads/tinylogin-${PV}.tar.bz2"
+SRC_URI = "http://tinylogin.busybox.net/downloads/tinylogin-${PV}.tar.bz2 \
+ file://cvs-20040608.patch;patch=1;pnum=1 \
+ file://add-system.patch;patch=1;pnum=1"
EXTRA_OEMAKE = ""