bindfs-1.13.5.ebuild 464 B

123456789101112131415161718192021222324
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. DESCRIPTION="FUSE filesystem for bind mounting with altered permissions"
  5. HOMEPAGE="http://bindfs.org/"
  6. SRC_URI="http://bindfs.org/downloads/${P}.tar.gz"
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="~amd64 ~x86"
  10. IUSE="debug"
  11. RDEPEND=">=sys-fs/fuse-2.9"
  12. DEPEND="${RDEPEND}
  13. virtual/pkgconfig"
  14. RESTRICT="test"
  15. src_configure() {
  16. econf $(use_enable debug)
  17. }