Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 307043
Collapse All | Expand All

(-)libewf-20100226.ebuild (-5 / +5 lines)
Lines 1-12 Link Here
1
# Copyright 1999-2010 Gentoo Foundation
1
# Copyright 1999-2010 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-forensics/libewf/libewf-20100226.ebuild,v 1.1 2010/02/26 20:29:59 patrick Exp $
3
# $Header: $
4
4
5
inherit eutils autotools
5
inherit eutils autotools
6
6
7
DESCRIPTION="Implementation of the EWF (SMART and EnCase) image format"
7
DESCRIPTION="A library and tools for using EWF (SMART, EnCase) image format"
8
HOMEPAGE="http://libewf.sourceforge.net"
8
HOMEPAGE="http://libewf.sourceforge.net/"
9
SRC_URI="mirror://sourceforge/libewf/${P}.tar.gz"
9
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
10
10
11
LICENSE="BSD"
11
LICENSE="BSD"
12
SLOT="0"
12
SLOT="0"
Lines 30-36 Link Here
30
src_compile() {
30
src_compile() {
31
	econf \
31
	econf \
32
		$(use_enable unicode wide-character-type) \
32
		$(use_enable unicode wide-character-type) \
33
		$(use_enable rawio raw-access) \
33
		$(use_enable rawio low-level-functions) \
34
		$(use_enable debug verbose-output) \
34
		$(use_enable debug verbose-output) \
35
		$(use_enable debug debug-output)
35
		$(use_enable debug debug-output)
36
	emake
36
	emake

Return to bug 307043