You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/adiff/adiff-1.4.ebuild

34 lines
641 B

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
DESCRIPTION="wordwise diff"
HOMEPAGE="http://agriffis.n01se.net/adiff/"
SRC_URI="${HOMEPAGE}/${P}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 ia64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
DEPEND="dev-lang/perl
!app-arch/atool"
RDEPEND="${DEPEND}
sys-apps/diffutils"
S=${WORKDIR}
src_unpack() {
# Nothing to unpack
:
}
src_compile() {
pod2man --release=${PV} --center="${HOMEPAGE}" \
--date="2007-12-11" "${DISTDIR}"/${P} ${PN}.1 || die
}
src_install() {
newbin "${DISTDIR}"/${P} ${PN}
doman ${PN}.1
}