# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Debian's patch application tools" HOMEPAGE="https://alioth.debian.org/projects/dpatch/" SRC_URI="ftp://ftp.debian.org/debian/pool/main/d/dpatch/${PN}_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="hppa x86" IUSE="" DEPEND="app-arch/dpkg sys-apps/debianutils" src_unpack() { unpack ${A} cd "${S}" sed -e 's|nawk|awk|g' -i tools/shpp.awk } src_install() { local i for i in 1 5 7; do dodir /usr/share/man/man${i} done dodir /usr/bin make install DESTDIR="${D}" || die "emake failed" }