/[gentoo-x86]/app-arch/lzop/lzop-1.03.ebuild
Gentoo

Contents of /app-arch/lzop/lzop-1.03.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.10 - (show annotations) (download)
Tue Aug 14 18:46:49 2012 UTC (9 months ago) by vapier
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +3 -3 lines
Mark arm stable.

(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

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-arch/lzop/lzop-1.03.ebuild,v 1.9 2011/08/25 20:24:32 mattst88 Exp $
4
5 EAPI=2
6
7 DESCRIPTION="Utility for fast (even real-time) compression/decompression"
8 HOMEPAGE="http://www.lzop.org/"
9 SRC_URI="http://www.lzop.org/download/${P}.tar.gz"
10
11 LICENSE="GPL-2"
12 SLOT="0"
13 KEYWORDS="amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
14 IUSE=""
15
16 RDEPEND=">=dev-libs/lzo-2"
17 DEPEND="${RDEPEND}"
18
19 src_test() {
20 einfo "compressing config.status to test"
21 src/lzop config.status || die 'compression failed'
22 ls -la config.status{,.lzo}
23 src/lzop -t config.status.lzo || die 'lzo test failed'
24 src/lzop -dc config.status.lzo | diff config.status - || die 'decompression generated differences from original'
25 }
26
27 src_install() {
28 emake DESTDIR="${D}" install || die
29 dodoc AUTHORS ChangeLog NEWS README THANKS
30 dodoc doc/lzop.{txt,ps}
31 dohtml doc/*.html
32 }

  ViewVC Help
Powered by ViewVC 1.1.13