liblaretz-0.1.0.ebuild 503 B

12345678910111213141516171819202122
  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. SRC_URI="https://github.com/0xd34df00d/${PN#lib}/archive/${PV}.tar.gz -> ${P}.tar.gz"
  7. inherit cmake-utils
  8. LICENSE="Boost-1.0"
  9. SLOT="0"
  10. KEYWORDS="amd64 x86"
  11. IUSE=""
  12. DEPEND="dev-libs/boost"
  13. RDEPEND="${DEPEND}"
  14. S="${WORKDIR}/${PN#lib}-${PV}"
  15. CMAKE_USE_DIR="${S}"/src/lib