varconf-0.6.7.ebuild 593 B

12345678910111213141516171819202122
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. DESCRIPTION="A configuration system designed for the STAGE server"
  4. SRC_URI="mirror://sourceforge/worldforge/${P}.tar.bz2"
  5. HOMEPAGE="http://www.worldforge.org/dev/eng/libraries/varconf"
  6. SLOT="0"
  7. LICENSE="LGPL-2.1"
  8. KEYWORDS="~amd64 ~ppc ~x86"
  9. IUSE=""
  10. RDEPEND=">=dev-libs/libsigc++-2.0"
  11. DEPEND="$RDEPEND
  12. virtual/pkgconfig"
  13. src_install() {
  14. emake DESTDIR="${D}" install || die "make install failed"
  15. dodoc AUTHORS ChangeLog NEWS README THANKS TODO \
  16. || die "Installing doc failed"
  17. }