/[gentoo-x86]/app-text/delta/delta-20060803.ebuild
Gentoo

Contents of /app-text/delta/delta-20060803.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.10 - (show annotations) (download)
Tue Apr 24 18:38:41 2012 UTC (12 months, 4 weeks ago) by grobian
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +3 -3 lines
Marked ~{ppc,x86,x64}-macos, bug #410361

(Portage version: 2.2.01.20430-prefix/cvs/Darwin i386)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/app-text/delta/delta-20060803.ebuild,v 1.9 2008/10/26 00:02:55 vapier Exp $
4
5 inherit toolchain-funcs
6
7 MY_PV="${PV:0:4}.${PV:4:2}.${PV:6:2}"
8 STUPID_NUM="33566"
9 DESCRIPTION="Heuristically minimizes interesting files"
10 HOMEPAGE="http://delta.tigris.org/"
11 SRC_URI="http://delta.tigris.org/files/documents/3103/${STUPID_NUM}/${PN}-${MY_PV}.tar.gz"
12
13 LICENSE="BSD"
14 SLOT="0"
15 KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~ppc-macos ~x64-macos ~x86-macos"
16 IUSE=""
17
18 DEPEND="dev-lang/perl"
19
20 S=${WORKDIR}/${PN}-${MY_PV}
21
22 src_compile() {
23 rm -f Makefile
24 tc-export CC
25 emake topformflat || die
26 }
27
28 src_install() {
29 dobin delta multidelta topformflat || die
30 dodoc Readme
31 }

  ViewVC Help
Powered by ViewVC 1.1.13