summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2005-11-30 09:38:30 +0000
committerChris White <chriswhite@gentoo.org>2005-11-30 09:38:30 +0000
commit67c8b060271109f68d8b0a44de61d297ddfbe2e7 (patch)
tree42ce8164da9dd6d55caa82dfe6832b4a2a0a6ad5 /dev-libs/eb/eb-3.3.4.ebuild
parent*** empty log message *** (diff)
downloadgentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.tar.gz
gentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.tar.bz2
gentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.zip
Diffstat (limited to 'dev-libs/eb/eb-3.3.4.ebuild')
-rw-r--r--dev-libs/eb/eb-3.3.4.ebuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/dev-libs/eb/eb-3.3.4.ebuild b/dev-libs/eb/eb-3.3.4.ebuild
index 13ff14246001..8501df52d060 100644
--- a/dev-libs/eb/eb-3.3.4.ebuild
+++ b/dev-libs/eb/eb-3.3.4.ebuild
@@ -1,21 +1,23 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/eb-3.3.4.ebuild,v 1.8 2005/03/19 11:24:10 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/eb-3.3.4.ebuild,v 1.1 2003/08/29 15:29:11 usata Exp $
IUSE="nls"
-DESCRIPTION="EB is a C library and utilities for accessing CD-ROM books"
+DESCRIPTION="EB a C library and utilities for accessing CD-ROM books"
HOMEPAGE="http://www.sra.co.jp/people/m-kasahr/eb/"
SRC_URI="ftp://ftp.sra.co.jp/pub/misc/eb/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ~amd64"
+KEYWORDS="~x86"
-DEPEND="virtual/libc
+DEPEND="virtual/glibc
sys-libs/zlib
nls? ( sys-devel/gettext )"
+S=${WORKDIR}/${P}
+
src_compile () {
econf `use_enable nls` || die