From 538df84934d7885b0cc150a6ffb3d7b6be04d797 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Fri, 9 Mar 2007 12:21:50 +0000 Subject: aircrack: clean up in accordance with OE policy. removed superfluous (R)DEPENDS lines. --- packages/aircrack/aircrack-ng_0.7.bb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/aircrack/aircrack-ng_0.7.bb b/packages/aircrack/aircrack-ng_0.7.bb index 3093c39955..bf5bd27d9d 100644 --- a/packages/aircrack/aircrack-ng_0.7.bb +++ b/packages/aircrack/aircrack-ng_0.7.bb @@ -2,10 +2,7 @@ SECTION = "console/network" DESCRIPTION = "Aircrack-ng is a set of tools for wep key statistical cracking" HOMEPAGE = "http://www.aircrack-ng.org/" LICENSE = "GPLv2" -MAINTAINER = "Zero_Chaos " -DEPENDS = "" -RDEPENDS = "" -PR="r2" +PR = "r2" SRC_URI = "http://download.aircrack-ng.org/aircrack-ng-${PV}.tar.gz" -- cgit v1.2.3 From 92708f5323fb8ab3731f331bab971417dc95ea53 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Sat, 10 Mar 2007 01:54:28 +0000 Subject: procps: unify --- packages/procps/procps.inc | 14 ++++++++++++++ packages/procps/procps_3.1.15.bb | 15 ++------------- packages/procps/procps_3.2.1.bb | 16 +++------------- packages/procps/procps_3.2.5.bb | 19 ++++--------------- packages/procps/procps_3.2.7.bb | 19 ++++--------------- 5 files changed, 27 insertions(+), 56 deletions(-) create mode 100644 packages/procps/procps.inc diff --git a/packages/procps/procps.inc b/packages/procps/procps.inc new file mode 100644 index 0000000000..ddc8030077 --- /dev/null +++ b/packages/procps/procps.inc @@ -0,0 +1,14 @@ +DESCRIPTION = "Procps is the package that has a bunch \ +of small useful utilities that give information \ +about processes using the /proc filesystem. The package \ +includes the programs ps, top, vmstat, w, kill, and skill." +HOMEPAGE = "http://procps.sf.net" +SECTION = "base" +PRIORITY = "optional" +LICENSE = "GPL" +DEPENDS = "ncurses" + +SRC_URI = "http://procps.sourceforge.net/procps-${PV}.tar.gz \ + file://install.patch;patch=1" + +inherit autotools diff --git a/packages/procps/procps_3.1.15.bb b/packages/procps/procps_3.1.15.bb index 12d6a43fd2..01114e80dc 100644 --- a/packages/procps/procps_3.1.15.bb +++ b/packages/procps/procps_3.1.15.bb @@ -1,17 +1,6 @@ -LICENSE = "GPL" -DESCRIPTION = "Procps is the package that has a bunch \ -of small useful utilities that give information \ -about processes using the /proc filesystem. The package \ -includes the programs ps, top, vmstat, w, kill, and skill." -SECTION = "base" -PRIORITY = "optional" -DEPENDS = "ncurses" +require procps.inc -SRC_URI = "http://procps.sourceforge.net/procps-${PV}.tar.gz \ - file://procps_${PV}-2.diff;patch=1 \ - file://install.patch;patch=1" - -inherit autotools +SRC_URI += "file://procps_${PV}-2.diff;patch=1" EXTRA_OEMAKE = "CFLAGS=-I${STAGING_INCDIR} \ LDFLAGS=-L${STAGING_LIBDIR} -Wl,--rpath-link,${STAGING_LIBDIR} \ diff --git a/packages/procps/procps_3.2.1.bb b/packages/procps/procps_3.2.1.bb index 3c0aaf547a..33df399c5f 100644 --- a/packages/procps/procps_3.2.1.bb +++ b/packages/procps/procps_3.2.1.bb @@ -1,18 +1,8 @@ -LICENSE = "GPL" -DESCRIPTION = "Procps is the package that has a bunch \ -of small useful utilities that give information \ -about processes using the /proc filesystem. The package \ -includes the programs ps, top, vmstat, w, kill, and skill." -SECTION = "base" -PRIORITY = "optional" -DEPENDS = "ncurses" -PR = "r1" +require procps.inc -SRC_URI = "http://procps.sourceforge.net/procps-${PV}.tar.gz \ - file://install.patch;patch=1 \ - file://pagesz-not-constant.patch;patch=1" +PR = "r1" -inherit autotools +SRC_URI += "file://pagesz-not-constant.patch;patch=1" EXTRA_OEMAKE = "CFLAGS=-I${STAGING_INCDIR} \ LDFLAGS=-L${STAGING_LIBDIR} -Wl,--rpath-link,${STAGING_LIBDIR} \ diff --git a/packages/procps/procps_3.2.5.bb b/packages/procps/procps_3.2.5.bb index 5101874a5b..de7524b2cb 100644 --- a/packages/procps/procps_3.2.5.bb +++ b/packages/procps/procps_3.2.5.bb @@ -1,21 +1,10 @@ -LICENSE = "GPL" -DESCRIPTION = "Procps is the package that has a bunch \ -of small useful utilities that give information \ -about processes using the /proc filesystem. The package \ -includes the programs ps, top, vmstat, w, kill, and skill." -SECTION = "base" -PRIORITY = "optional" -DEPENDS = "ncurses" -PR = "r5" - -SRC_URI = "http://procps.sourceforge.net/procps-${PV}.tar.gz \ - file://install.patch;patch=1 \ - file://procmodule.patch;patch=1 \ - file://psmodule.patch;patch=1" +require procps.inc +PR = "r5" +SRC_URI += "file://procmodule.patch;patch=1 \ + file://psmodule.patch;patch=1" -inherit autotools FILES = "${bindir}/top.${PN} ${base_bindir}/ps.${PN} ${bindir}/uptime.${PN} ${base_bindir}/kill.${PN} \ ${bindir}/free.${PN} ${bindir}/w ${bindir}/watch ${bindir}/pgrep ${bindir}/pmap ${bindir}/pwdx \ ${bindir}/snice ${bindir}/vmstat ${bindir}/slabtop ${bindir}/pkill ${bindir}/skill ${bindir}/tload \ diff --git a/packages/procps/procps_3.2.7.bb b/packages/procps/procps_3.2.7.bb index 5101874a5b..de7524b2cb 100644 --- a/packages/procps/procps_3.2.7.bb +++ b/packages/procps/procps_3.2.7.bb @@ -1,21 +1,10 @@ -LICENSE = "GPL" -DESCRIPTION = "Procps is the package that has a bunch \ -of small useful utilities that give information \ -about processes using the /proc filesystem. The package \ -includes the programs ps, top, vmstat, w, kill, and skill." -SECTION = "base" -PRIORITY = "optional" -DEPENDS = "ncurses" -PR = "r5" - -SRC_URI = "http://procps.sourceforge.net/procps-${PV}.tar.gz \ - file://install.patch;patch=1 \ - file://procmodule.patch;patch=1 \ - file://psmodule.patch;patch=1" +require procps.inc +PR = "r5" +SRC_URI += "file://procmodule.patch;patch=1 \ + file://psmodule.patch;patch=1" -inherit autotools FILES = "${bindir}/top.${PN} ${base_bindir}/ps.${PN} ${bindir}/uptime.${PN} ${base_bindir}/kill.${PN} \ ${bindir}/free.${PN} ${bindir}/w ${bindir}/watch ${bindir}/pgrep ${bindir}/pmap ${bindir}/pwdx \ ${bindir}/snice ${bindir}/vmstat ${bindir}/slabtop ${bindir}/pkill ${bindir}/skill ${bindir}/tload \ -- cgit v1.2.3 From 12c256dd88f6161d5bfcf82b19357e429bf2d596 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Sun, 11 Mar 2007 22:02:08 +0000 Subject: glueap: some reordering of fields. Minor additions and clean-up. --- packages/rglueap/rglueap_0.1.bb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/rglueap/rglueap_0.1.bb b/packages/rglueap/rglueap_0.1.bb index 2d6cd2c41b..c26bf31eaa 100644 --- a/packages/rglueap/rglueap_0.1.bb +++ b/packages/rglueap/rglueap_0.1.bb @@ -1,10 +1,12 @@ -DESCRIPTION = "Raw Glue AP" -SECTION = "console/network" +DESCRIPTION = "Raw Glue AP, wireless intrusion detection" +AUTHOR = "Laurent Butti" HOMEPAGE = "http://rfakeap.tuxfamily.org/#Raw_Glue_AP" +SECTION = "console/network" +PRIORITY = "optional" LICENSE = "GPLv2" DEPENDS = "libpcap" -SRC_URI = "http://rfakeap.tuxfamily.org/rglueap-${PV}.tar.gz" +SRC_URI = "http://rfakeap.tuxfamily.org/${P}.tar.gz" LDFLAGS += "-lpcap" -- cgit v1.2.3