diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-13 05:42:36 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-13 05:42:36 +0000 |
commit | 06f7d17e81de21a95e35b03453242bc62b05a6aa (patch) | |
tree | bc9c53bce2c6a2fdce3caf5bb45bc3f8634b56be /btscanner/btscanner_1.0.oe | |
parent | 4b022a36ced4930af6bcdeb7d75a5ed10c4ac9cd (diff) |
First pass of .oe cleanups.
BKrev: 40529f4crFtRY5_1DubNmWhDeHSmPw
Diffstat (limited to 'btscanner/btscanner_1.0.oe')
-rw-r--r-- | btscanner/btscanner_1.0.oe | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/btscanner/btscanner_1.0.oe b/btscanner/btscanner_1.0.oe index 81da53beae..5bc5b4633e 100644 --- a/btscanner/btscanner_1.0.oe +++ b/btscanner/btscanner_1.0.oe @@ -1,10 +1,10 @@ -HOMEPAGE=http://www.pentest.co.uk/cgi-bin/viewcat.cgi?cat=downloads§ion=01_bluetooth -DESCRIPTION="extract as information from a Bluetooth device pairing" -SECTION="libs" -PRIORITY="optional" -RDEPENDS="libc6" -SECTION="libs" -DEPENDS=virtual/libc virtual/libbluetooth virtual/libsdp virtual/libgdbm ncurses +HOMEPAGE = "http://www.pentest.co.uk/cgi-bin/viewcat.cgi?cat=downloads§ion=01_bluetooth" +DESCRIPTION = "extract as information from a Bluetooth device pairing" +SECTION = "libs" +PRIORITY = "optional" +RDEPENDS = "libc6" +SECTION = "libs" +DEPENDS = "virtual/libc virtual/libbluetooth virtual/libsdp virtual/libgdbm ncurses" SRC_URI = http://www.pentest.co.uk/src/${PN}-${PV}.tar.gz \ file://${FILESDIR}/configure.patch;patch=1 |