ng-utils-0.6.ebuild 449 B

12345678910111213141516171819
  1. # Copyright 1999-2008 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. DESCRIPTION="A collection of small tools for accessing netgroup contents"
  4. HOMEPAGE="ftp://ftp.hungry.com/pub/hungry/ng-utils"
  5. SRC_URI="ftp://ftp.hungry.com/pub/hungry/ng-utils/${P}.tar.gz"
  6. LICENSE="GPL-2"
  7. SLOT="0"
  8. KEYWORDS="~amd64"
  9. IUSE=""
  10. DEPEND=""
  11. RDEPEND=""
  12. src_install() {
  13. emake DESTDIR="${D}" install || die "make install failed"
  14. }