You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-block/nwutil/nwutil-1.8.ebuild

20 lines
519 B

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-block/nwutil/nwutil-1.8.ebuild,v 1.1 2006/02/15 04:38:44 vapier Exp $
DESCRIPTION="Netwinder hardware utilities"
HOMEPAGE="http://packages.debian.org/stable/base/nwutil"
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* arm"
IUSE=""
DEPEND=""
src_install() {
make DESTDIR="${D}" install || die "install main failed"
dodoc ChangeLog README
}