pentoo-overlay/app-forensics/libpff/libpff-0.0.20120802_alpha.ebuild
2012-12-22 10:34:15 +00:00

27 lines
591 B
Bash

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
inherit versionator
MY_DATE="$(get_version_component_range 3)"
DESCRIPTION="Library for accessing Personal Folder Files."
HOMEPAGE="http://code.google.com/p/libpff/"
SRC_URI="http://libpff.googlecode.com/files/${PN}-alpha-${MY_DATE}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND="app-forensics/libbfio"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}-${MY_DATE}"
src_install() {
emake install DESTDIR="${D}" || die "Failed to install"
}