LICENSE = "GPL" DESCRIPTION = "Scapy is a powerful interactive packet manipulation tool, \ packet generator, network scanner, network discovery, packet sniffer, etc. \ It can for the moment replace hping, 85% of nmap, arpspoof, arp-sk, arping, \ tcpdump, tethereal, p0f, ...." SECTION = "devel/python" PRIORITY = "optional" RDEPENDS = "python-core python-netclient python-netserver" SRCNAME = "scapy" SRC_URI = "http://www.secdev.org/projects/scapy/files/scapy-${PV}.tar.gz" S = "${WORKDIR}/${SRCNAME}-${PV}" do_install() { install -d ${D}${libdir}/${PYTHON_DIR} install -m 0755 ${S}/scapy.py ${D}${libdir}/${PYTHON_DIR}/ } FILES_${PN} = "${libdir}/${PYTHON_DIR}/" /a>
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-cross_csl-arm.bb
AgeCommit message (Expand)AuthorFiles
2008-03-15gcc: Move PR settings to obvious places (not .inc files)Richard Purdie1
2008-03-15gcc: Add gcc-cross.inc taking some common code from all gcc-cross packagesRichard Purdie1
2008-03-15gcc: Rename gcc-package.inc gcc-package-target.inc and move includes a level ...Richard Purdie1
2008-03-15gcc: Some futher .bb -> .inc changesRichard Purdie1
2007-12-03gcc: replace non-functional block o'python with working overridesKoen Kooi1
2006-08-05packages/gcc: require the right files, add a gcc4-build-sdk (review please)Holger Freyther1
2006-08-05packages/gcc: Use require instead of include for the 'base' filesHolger Freyther1
2005-06-30import clean BK tree at cset 1.3670Koen Kooi1
2005-03-26Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1