liblaretz-9999.ebuild 462 B

1234567891011121314151617181920212223
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. DESCRIPTION="Shared library to be used by the Laretz sync server and its clients"
  5. HOMEPAGE="http://leechcraft.org"
  6. EGIT_REPO_URI="git://github.com/0xd34df00d/laretz.git"
  7. EGIT_PROJECT="laretz"
  8. inherit cmake-utils git-r3
  9. LICENSE="Boost-1.0"
  10. SLOT="0"
  11. KEYWORDS=""
  12. IUSE=""
  13. DEPEND="dev-libs/boost"
  14. RDEPEND="${DEPEND}"
  15. CMAKE_USE_DIR="${S}"/src/lib