Advertisement
HubertKromer

yara-python-1.7.ebuild

May 19th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. # Copyright 1999-2011 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # $Header: $
  4.  
  5. EAPI=5
  6. PYTHON_DEPEND="2:2.5"
  7.  
  8. inherit distutils
  9.  
  10. DESCRIPTION="A malware identification and classification tool"
  11. HOMEPAGE="http://yara-project.googlecode.com/"
  12. SRC_URI="http://yara-project.googlecode.com/files/${P}.tar.gz"
  13.  
  14. LICENSE="Apache-2.0"
  15. SLOT="0"
  16. KEYWORDS="~amd64 ~x86"
  17. IUSE=""
  18.  
  19. DEPEND="~app-forensics/yara-${PV}"
  20. RDEPEND="${DEPEND}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement