summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-17 06:28:54 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-17 06:28:54 +0000
commit976da5f4e8df79ce64416fd5968d258ad4451bfc (patch)
tree46ce0b46cd3c5f506574d455b8fd279224cef53c /net-libs/liblockfile
parentadded php virtual (diff)
downloadgentoo-2-976da5f4e8df79ce64416fd5968d258ad4451bfc.tar.gz
gentoo-2-976da5f4e8df79ce64416fd5968d258ad4451bfc.tar.bz2
gentoo-2-976da5f4e8df79ce64416fd5968d258ad4451bfc.zip
repoman'd
Diffstat (limited to 'net-libs/liblockfile')
-rw-r--r--net-libs/liblockfile/liblockfile-1.03.ebuild13
1 files changed, 6 insertions, 7 deletions
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
}