nwutil-1.8.ebuild 410 B

12345678910111213141516171819
  1. # Copyright 1999-2006 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. DESCRIPTION="Netwinder hardware utilities"
  4. HOMEPAGE="http://packages.debian.org/stable/base/nwutil"
  5. SRC_URI="mirror://gentoo/${P}.tar.gz"
  6. LICENSE="GPL-2"
  7. SLOT="0"
  8. KEYWORDS="-* arm"
  9. IUSE=""
  10. DEPEND=""
  11. src_install() {
  12. make DESTDIR="${D}" install || die "install main failed"
  13. dodoc ChangeLog README
  14. }