lorcon-old-9999.ebuild 623 B

123456789101112131415161718192021222324252627
  1. # Copyright 1999-2013 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit toolchain-funcs eutils subversion
  5. DESCRIPTION="A generic library for injecting 802.11 frames"
  6. HOMEPAGE="http://802.11ninja.net/lorcon"
  7. SRC_URI=""
  8. ESVN_REPO_URI="http://802.11ninja.net/svn/lorcon/branch/lorcon-old"
  9. LICENSE="GPL-2"
  10. SLOT="0"
  11. KEYWORDS=""
  12. IUSE=""
  13. DEPEND="dev-libs/libnl
  14. net-libs/libpcap"
  15. RDEPEND="${DEPEND}"
  16. src_install() {
  17. DESTDIR="${D}" emake install
  18. # rename manpage to avoid conflict with lorcon
  19. mv "${D}"/usr/share/man/man3/lorcon.3 "${D}"/usr/share/man/man3/lorcon-old.3
  20. }