From 976da5f4e8df79ce64416fd5968d258ad4451bfc Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Wed, 17 Jul 2002 06:28:54 +0000 Subject: repoman'd --- net-libs/liblockfile/liblockfile-1.03.ebuild | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'net-libs/liblockfile') diff --git a/net-libs/liblockfile/liblockfile-1.03.ebuild b/net-libs/liblockfile/liblockfile-1.03.ebuild index 32e514a1d878..121a76247c62 100644 --- a/net-libs/liblockfile/liblockfile-1.03.ebuild +++ b/net-libs/liblockfile/liblockfile-1.03.ebuild @@ -1,22 +1,21 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.03.ebuild,v 1.5 2002/07/17 06:28:54 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Implements functions designed to lock the standard mailboxes." -SRC_URI="ftp://ftp.debian.org/debian/pool/main/libl/liblockfile/liblockfile_1.03.tar.gz" +SRC_URI="ftp://ftp.debian.org/debian/pool/main/libl/${PN}/${PN}_${PV}.tar.gz" HOMEPAGE="http://www.debian.org" DEPEND="virtual/glibc" +SLOT="0" +LICENSE="LGPL-2" +KEYWORDS="x86" src_compile() { - ./configure --host=${CHOST} \ - --with-mailgroup=mail \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info || die - + econf --with-mailgroup=mail || die emake || die } -- cgit v1.2.3-65-gdbad