summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-17 09:52:23 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-17 09:52:23 +0000
commit407ab70c77c3db060e282a1aeb84010670bcf199 (patch)
tree80804c96bab24c3023f62c3746fc1d4a1098ba52 /net-fs/ncpfs
parentdigest (diff)
downloadhistorical-407ab70c77c3db060e282a1aeb84010670bcf199.tar.gz
historical-407ab70c77c3db060e282a1aeb84010670bcf199.tar.bz2
historical-407ab70c77c3db060e282a1aeb84010670bcf199.zip
repoman'd
Diffstat (limited to 'net-fs/ncpfs')
-rw-r--r--net-fs/ncpfs/ncpfs-2.2.0.19.ebuild19
1 files changed, 6 insertions, 13 deletions
diff --git a/net-fs/ncpfs/ncpfs-2.2.0.19.ebuild b/net-fs/ncpfs/ncpfs-2.2.0.19.ebuild
index fa66cb5e789f..337f5ee0c869 100644
--- a/net-fs/ncpfs/ncpfs-2.2.0.19.ebuild
+++ b/net-fs/ncpfs/ncpfs-2.2.0.19.ebuild
@@ -1,25 +1,21 @@
#Copyright 2002 Gentoo Technologies, Inc.
#Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ncpfs-2.2.0.19.ebuild,v 1.1 2002/06/20 16:46:56 bass Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ncpfs-2.2.0.19.ebuild,v 1.2 2002/07/17 09:52:23 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Provides Access to Netware services using the NCP protocol (Kernel support must be activated!)"
SRC_URI="ftp://platan.vc.cvut.cz/pub/linux/ncpfs/latest/${P}.tar.gz"
HOMEPAGE="ftp://platan.vc.cvut.cz/pub/linux/ncpfs/latest/"
-LICENSE="GPL-2"
+
SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
DEPEND=""
-RDEPEND="${DEPEND}"
src_compile() {
- ./configure \
- --prefix=/usr \
- --prefix=/usr \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- || die "./configure failed"
+ econf || die "./configure failed"
emake || die
}
@@ -28,6 +24,3 @@ src_install () {
dodir /lib/security
make DESTDIR=${D} install || die
}
-
-
-