Advertisement
HubertKromer

yara-1.7.ebuild

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