[oe-commits] org.oe.dev prismstumbler: add 0.7.4pre1

florian commit openembedded-commits at lists.openembedded.org
Sun Apr 1 00:19:30 UTC 2007


prismstumbler: add 0.7.4pre1

Author: florian at openembedded.org
Branch: org.openembedded.dev
Revision: df91b721b12e4cd0018efb48100850f6be22ce15
ViewMTN: http://monotone.openembedded.org/revision.psp?id=df91b721b12e4cd0018efb48100850f6be22ce15
Files:
1
packages/prismstumbler/prismstumbler_0.7.4pre1.bb
Diffs:

#
# mt diff -r9b9f036bb316d518faa604e45c6aeb45254ee68b -rdf91b721b12e4cd0018efb48100850f6be22ce15
#
# 
# 
# add_file "packages/prismstumbler/prismstumbler_0.7.4pre1.bb"
#  content [37e75a2b8b2eca10e3b701d01f50a33a6adc8988]
# 
============================================================
--- packages/prismstumbler/prismstumbler_0.7.4pre1.bb	37e75a2b8b2eca10e3b701d01f50a33a6adc8988
+++ packages/prismstumbler/prismstumbler_0.7.4pre1.bb	37e75a2b8b2eca10e3b701d01f50a33a6adc8988
@@ -0,0 +1,38 @@
+SECTION = "x11/network"
+PR = "r0"
+
+PACKAGES = "prismstumbler prismstumbler-frontend prismstumbler-doc"
+DESCRIPTION = "Prismstumbler wireless LAN scanner"
+DESCRIPTION_prismstumbler-frontend = "Prismstumbler wireless LAN scanner GTK frontend"
+LICENSE = "GPL"
+DEPENDS = "libpcap gtk+ wireless-tools sqlite zlib dbus-glib gpsd"
+RDEPENDS = "wireless-tools"
+RRECOMMENDS = "gpsd"
+
+SRC_URI = "http://projects.linuxtogo.org/frs/download.php/14/${PN}-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--x-includes=${STAGING_INCDIR}/X11 \
+		--x-libraries=${STAGING_LIBDIR} \
+		--with-libgps=${STAGING_DIR}/${HOST_SYS} \
+		--with-libpcap=${STAGING_DIR}/${HOST_SYS} \
+		--with-sqlite-includes=${STAGING_INCDIR} \
+		--with-sqlite-libs=${STAGING_LIBDIR} \
+		--without-athena --enable-dbus"
+
+CFLAGS =+ "-I${S}/include"
+LDFLAGS += "-lz"
+
+FILES_${PN} = "${bindir}/prismstumbler"
+
+FILES_prismstumbler-frontend = "${bindir}/psfront ${bindir}/pst \
+	                       ${datadir}/applications \
+	                       ${datadir}/pixmaps ${docdir}/prismstumbler/help.txt \
+                               ${sysconfdir}"
+RDEPENDS_prismstumbler-frontend = "${PN}"
+
+
+do_install_append() {
+  chmod a+s ${D}${bindir}/prismstumbler
+}






More information about the Openembedded-commits mailing list