# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils MY_PV=${PV:0:1}.${PV:1} MY_P_ORIG="${PN}_${MY_PV}" MY_P="${MY_P_ORIG}-10.1" DEBIAN="mirror://debian/pool/non-free/l" DESCRIPTION="Utility for creating and opening lzh archives" HOMEPAGE="http://lha.sourceforge.jp/" SRC_URI="${DEBIAN}/${PN}/${MY_P_ORIG}.orig.tar.gz ${DEBIAN}/${PN}/${MY_P}.diff.gz" LICENSE="lha" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc-macos ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="" RDEPEND="" DEPEND="" S=${WORKDIR}/${PN}-${MY_PV}.orig src_unpack() { unpack ${A} epatch ./${MY_P}.diff } src_install() { dobin src/${PN} || die newman man/${PN}.man ${PN}.n || die doman debian/${PN}.1 || die dodoc *.{euc,txt} }