blob: 984a88a76c9d5d81f37648a98f5892d7f3c4e98f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/diffball-0.4_pre4.ebuild,v 1.6 2004/07/14 23:18:06 agriffis Exp $
IUSE=""
DESCRIPTION="Delta compression suite for using/generating binary patches"
HOMEPAGE="http://sourceforge.net/projects/diffball"
SRC_URI="mirror://sourceforge/diffball/diffball-${PV}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~sparc alpha ~hppa ~mips ~amd64 ~ia64"
DEPEND=">=dev-libs/openssl-0.9.6j
>=dev-libs/popt-1.7
>=sys-libs/zlib-1.1.4
>=app-arch/bzip2-1.0.2"
src_install() {
einstall || die
dodoc AUTHORS ChangeLog README TODO
}
|