summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-04 19:28:19 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-04 19:28:19 +0000
commitb984581b2150ebf8e84b7aec4770b6adf914a6e9 (patch)
tree6347623bf5f6713ef6f4d71a4833ef3812e5330b /sys-apps/nbd
parentmanifest (diff)
downloadgentoo-2-b984581b2150ebf8e84b7aec4770b6adf914a6e9.tar.gz
gentoo-2-b984581b2150ebf8e84b7aec4770b6adf914a6e9.tar.bz2
gentoo-2-b984581b2150ebf8e84b7aec4770b6adf914a6e9.zip
touchups
Diffstat (limited to 'sys-apps/nbd')
-rw-r--r--sys-apps/nbd/nbd-2.0.ebuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys-apps/nbd/nbd-2.0.ebuild b/sys-apps/nbd/nbd-2.0.ebuild
index 64068ca81d03..a335fbd4df11 100644
--- a/sys-apps/nbd/nbd-2.0.ebuild
+++ b/sys-apps/nbd/nbd-2.0.ebuild
@@ -1,26 +1,26 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/nbd/nbd-2.0.ebuild,v 1.2 2003/06/21 21:19:40 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/nbd/nbd-2.0.ebuild,v 1.3 2004/04/04 19:28:19 vapier Exp $
DESCRIPTION="Userland client/server for kernel network block device"
-HOMEPAGE="http://nbd.sf.net"
+HOMEPAGE="http://nbd.sourceforge.net/"
+SRC_URI="mirror://sourceforge/nbd/${P}.tar.gz"
+
LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 -ppc amd64"
DEPEND="virtual/glibc"
-KEYWORDS="x86 amd64 -ppc"
-SLOT="0"
-
S=${WORKDIR}/${PN}
-SRC_URI="mirror://sourceforge/nbd/${P}.tar.gz"
src_compile() {
- econf
+ econf || die
make || die
make -C gznbd || die
}
src_install() {
- dobin nbd-client nbd-server gznbd/gznbd
+ dobin nbd-client nbd-server gznbd/gznbd || die
dodoc README
}