diff options
Diffstat (limited to 'dev-util/diffball/diffball-1.0.1.ebuild')
| -rw-r--r-- | dev-util/diffball/diffball-1.0.1.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-util/diffball/diffball-1.0.1.ebuild b/dev-util/diffball/diffball-1.0.1.ebuild new file mode 100644 index 000000000000..4d7935540b04 --- /dev/null +++ b/dev-util/diffball/diffball-1.0.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +DESCRIPTION="Delta compression suite for using/generating binary patches" +HOMEPAGE="http://diffball.googlecode.com/" +SRC_URI="http://diffball.googlecode.com/files/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="debug" + +RDEPEND=">=sys-libs/zlib-1.1.4 + >=app-arch/bzip2-1.0.2 + app-arch/xz-utils" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +# Invalid RESTRICT for source package. Investigate. +RESTRICT="strip" + +src_compile() { + econf $(use_enable debug asserts) + emake || die "emake failed" +} + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog README TODO +} |
