# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-fs/jfsutils/jfsutils-1.1.5.ebuild,v 1.6 2004/09/19 02:51:04 kumba Exp $ DESCRIPTION="IBM's Journaling Filesystem (JFS) Utilities" HOMEPAGE="http://www-124.ibm.com/developerworks/oss/jfs/index.html" SRC_URI="http://www10.software.ibm.com/developer/opensource/jfs/project/pub/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ppc ~sparc ~hppa ~amd64 ~ia64 mips" IUSE="" DEPEND="virtual/libc" src_compile() { econf \ --sbindir=/sbin || die "econf failed" emake || die } src_install () { make DESTDIR=${D} install || die rm -f ${D}/sbin/mkfs.jfs fsck.jfs dosym /sbin/jfs_mkfs /sbin/mkfs.jfs dosym /sbin/jfs_fsck /sbin/fsck.jfs dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README }