pam-csync-0.42.0-r1.ebuild 582 B

1234567891011121314151617181920212223242526272829303132
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. inherit cmake-utils
  5. DESCRIPTION="PAM module to provide roaming home directories for a user session"
  6. HOMEPAGE="http://www.csync.org/"
  7. SRC_URI="http://www.csync.org/files/${P/-/_}.tar.gz"
  8. LICENSE="GPL-2"
  9. SLOT="0"
  10. KEYWORDS="~amd64 ~x86"
  11. IUSE=""
  12. RDEPEND="
  13. >=dev-libs/iniparser-3.1:0
  14. >=net-misc/ocsync-0.60.0
  15. virtual/pam
  16. "
  17. DEPEND="${DEPEND}
  18. app-text/asciidoc
  19. "
  20. S="${WORKDIR}/${P/-/_}"
  21. PATCHES=(
  22. "${FILESDIR}/${P}-cmake.patch"
  23. "${FILESDIR}/${P}-ocsync.patch"
  24. )