wlan-ng-utils: package man pages
authorMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 5 Jul 2006 12:39:27 +0000 (12:39 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 5 Jul 2006 12:39:27 +0000 (12:39 +0000)
packages/wlan-ng/wlan-ng-utils_0.2.1-pre26.bb
packages/wlan-ng/wlan-ng-utils_0.2.3.bb
packages/wlan-ng/wlan-ng-utils_svn.bb

index 7d5ceda..7fd9844 100644 (file)
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.linux-wlan.org"
 SECTION = "kernel/userland"
 DEPENDS = "virtual/kernel"
 LICENSE = "GPL"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "ftp://ftp.linux-wlan.org/pub/linux-wlan-ng/linux-wlan-ng-${PV}.tar.bz2 \
        file://only-the-utils.patch;patch=1 \
@@ -60,7 +60,8 @@ do_install() {
        install -d ${D}${sysconfdir}/apm/resume.d
        install -m 0755 ${WORKDIR}/resume ${D}${sysconfdir}/apm/resume.d/wlan-ng
        install -m 0755 ${WORKDIR}/usbctl ${D}${base_sbindir}/usbctl
-       install -d ${D}${mandir}
+       install -d ${D}${mandir}/man1
+       install -m 0644 ${S}/man/*.1 ${D}${mandir}/man1/
 }
 
 FILES_${PN} = "/etc /sbin"
index 88174a9..6206bbb 100644 (file)
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.linux-wlan.org"
 SECTION = "kernel/userland"
 DEPENDS = "virtual/kernel"
 LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "ftp://ftp.linux-wlan.org/pub/linux-wlan-ng/linux-wlan-ng-${PV}.tar.bz2 \
        file://only-the-utils.patch;patch=1 \
@@ -63,7 +63,8 @@ do_install() {
        install -d ${D}${sysconfdir}/apm/resume.d
        install -m 0755 ${WORKDIR}/resume ${D}${sysconfdir}/apm/resume.d/wlan-ng
        install -m 0755 ${WORKDIR}/usbctl ${D}${base_sbindir}/usbctl
-       install -d ${D}${mandir}
+       install -d ${D}${mandir}/man1
+       install -m 0644 ${S}/man/*.1 ${D}${mandir}/man1/
 }
 
 FILES_${PN} = "/etc /sbin"
index ca10cc1..bf9522f 100644 (file)
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.linux-wlan.org"
 SECTION = "kernel/userland"
 DEPENDS = "virtual/kernel"
 LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
 PV = "0.2.3+svn${SRCDATE}"
 
 SRC_URI = "svn://svn.shaftnet.org/linux-wlan-ng;module=trunk \
@@ -64,7 +64,8 @@ do_install() {
        install -d ${D}${sysconfdir}/apm/resume.d
        install -m 0755 ${WORKDIR}/resume ${D}${sysconfdir}/apm/resume.d/wlan-ng
        install -m 0755 ${WORKDIR}/usbctl ${D}${base_sbindir}/usbctl
-       install -d ${D}${mandir}
+       install -d ${D}${mandir}/man1
+       install -m 0644 ${S}/man/*.1 ${D}${mandir}/man1/
 }
 
 FILES_${PN} = "/etc /sbin"