<?xml version="1.0"?>
<package name="nmap">
	<description>port scanner for network exploration and security audits</description>
	<releases>
		<release version="4.76" revision="2" branch="stable">
			<build>
				<script>
					<archive name="nmap-$VERSION">
						<!-- arp ping scan doesn't work with system libpcap 0.9.4 -->
						
						<cmd>./configure --prefix=/usr --libexecdir=/usr/lib --mandir=/usr/share/man --without-zenmap --with-pcap=linux</cmd>
						<cmd>make -j 2</cmd>
						<cmd>make install</cmd>
					</archive>
				</script>
			</build>
		</release>
	</releases>
</package>
