# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.6 2002/05/07 03:58:19 drobbins Exp DESCRIPTION="Utility for creating and opening lzh archives" SRC_URI="http://www2m.biglobe.ne.jp/~dolphin/lha/prog/${P}.tar.gz" HOMEPAGE="http://www2m.biglobe.ne.jp/~dolphin/lha/lha-unix.htm" LICENSE="lha" DEPEND="virtual/glibc" src_compile() { emake || die } src_install () { dodir /usr/bin dodir /usr/share/man/ja/man1 make BINDIR=${D}/usr/bin MANDIR=${D}/usr/share/man/ja install MANSECT=1 || die }