diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 09:52:23 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 09:52:23 +0000 |
commit | 41ee6b2d88e2f7f4b357e158afa20e7fcafc58eb (patch) | |
tree | 236ed607b825faa35ea4570ddad284e9e3597a91 /net-fs/ncpfs | |
parent | digest (diff) | |
download | gentoo-2-41ee6b2d88e2f7f4b357e158afa20e7fcafc58eb.tar.gz gentoo-2-41ee6b2d88e2f7f4b357e158afa20e7fcafc58eb.tar.bz2 gentoo-2-41ee6b2d88e2f7f4b357e158afa20e7fcafc58eb.zip |
repoman'd
Diffstat (limited to 'net-fs/ncpfs')
-rw-r--r-- | net-fs/ncpfs/ncpfs-2.2.0.19.ebuild | 19 |
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 } - - - |