diff options
author | 2006-02-15 04:38:44 +0000 | |
---|---|---|
committer | 2006-02-15 04:38:44 +0000 | |
commit | 8f0a795201a0dc5afa7cbf2af97a0972abb2c705 (patch) | |
tree | 63189dd5936f0f470b7c329db61c11385131d60f /sys-block/nwutil/nwutil-1.8.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-8f0a795201a0dc5afa7cbf2af97a0972abb2c705.tar.gz gentoo-2-8f0a795201a0dc5afa7cbf2af97a0972abb2c705.tar.bz2 gentoo-2-8f0a795201a0dc5afa7cbf2af97a0972abb2c705.zip |
Version bump.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'sys-block/nwutil/nwutil-1.8.ebuild')
-rw-r--r-- | sys-block/nwutil/nwutil-1.8.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sys-block/nwutil/nwutil-1.8.ebuild b/sys-block/nwutil/nwutil-1.8.ebuild new file mode 100644 index 000000000000..f98d0b804b1c --- /dev/null +++ b/sys-block/nwutil/nwutil-1.8.ebuild @@ -0,0 +1,19 @@ +# 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 +} |