fsniper-1.3.1-r1.ebuild 524 B

1234567891011121314151617181920212223242526
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit autotools-utils
  5. DESCRIPTION="Tool that monitors a given set of directories for new files"
  6. HOMEPAGE="https://github.com/l3ib/fsniper/"
  7. SRC_URI="http://projects.l3ib.org/${PN}/files/${P}.tar.gz"
  8. LICENSE="GPL-2"
  9. SLOT="0"
  10. KEYWORDS="amd64 x86"
  11. IUSE=""
  12. DEPEND="
  13. dev-libs/libpcre
  14. sys-apps/file"
  15. RDEPEND="${DEPEND}"
  16. PATCHES=(
  17. "${FILESDIR}"/${P}-format-security.patch
  18. "${FILESDIR}"/${P}-umask.patch
  19. )