summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-30 17:12:23 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-30 17:12:23 +0000
commitc283ab7fc22696ecc527f547f86533baf9dfab7b (patch)
tree661113ff722de2ca306e536c81d6ea3a631c80b8 /sys-fs/hfsutils/hfsutils-3.2.6.ebuild
parentupdate libgd DEPEND (Manifest recommit) (diff)
downloadgentoo-2-c283ab7fc22696ecc527f547f86533baf9dfab7b.tar.gz
gentoo-2-c283ab7fc22696ecc527f547f86533baf9dfab7b.tar.bz2
gentoo-2-c283ab7fc22696ecc527f547f86533baf9dfab7b.zip
change glibc to libc and other magical things !
Diffstat (limited to 'sys-fs/hfsutils/hfsutils-3.2.6.ebuild')
-rw-r--r--sys-fs/hfsutils/hfsutils-3.2.6.ebuild15
1 files changed, 7 insertions, 8 deletions
diff --git a/sys-fs/hfsutils/hfsutils-3.2.6.ebuild b/sys-fs/hfsutils/hfsutils-3.2.6.ebuild
index 02174d4c9870..cc7b59b507f5 100644
--- a/sys-fs/hfsutils/hfsutils-3.2.6.ebuild
+++ b/sys-fs/hfsutils/hfsutils-3.2.6.ebuild
@@ -1,23 +1,22 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsutils/hfsutils-3.2.6.ebuild,v 1.3 2004/06/24 22:51:25 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsutils/hfsutils-3.2.6.ebuild,v 1.4 2004/06/30 17:10:12 vapier Exp $
DESCRIPTION="HFS FS Access utils"
-SRC_URI="ftp://ftp.mars.org/pub/hfs/${P}.tar.gz"
HOMEPAGE="http://www.mars.org/home/rob/proj/hfs/"
+SRC_URI="ftp://ftp.mars.org/pub/hfs/${P}.tar.gz"
-KEYWORDS="ppc ~x86"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ppc"
+IUSE=""
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
RDEPEND=""
-MAKEOPTS='PREFIX=/usr MANDIR=/usr/share/man'
-
src_compile() {
econf || die
- emake || die
+ emake PREFIX=/usr MANDIR=/usr/share/man || die
}
src_install() {