Skip to content

Commit

Permalink
app-forensics/dfxml: From dev-libs to app-forensics.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.10, Repoman-2.3.3
  • Loading branch information
Jeroen Roovers committed Sep 24, 2017
1 parent 555962b commit b17291d
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-forensics/dfxml/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST dfxml-20170921.tar.gz 163616 SHA256 f24bd6c149d07f9ed1089fc25afdab2451f6615e57d5f25529e8d2a59989bc18 SHA512 0885947aaf8efe639c13324413ef0cca49750027b48b434f226fb9fbfba494e84e245da879dc0d77b46bddc27798f7f5df12590fce47b096683034bbc61280e1 WHIRLPOOL b693966c0da1b228415b1416cd3a7a3c25212d0c29839054739aa3fb821a9b429166d8be3e1c58bdcacdacc25fc2c9664e3aadc8aa40c060ec11fc7ca865145d
40 changes: 40 additions & 0 deletions app-forensics/dfxml/dfxml-20170921.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
inherit autotools

DESCRIPTION="Digital Forensics XML"
HOMEPAGE="https://github.com/simsong/dfxml"
SRC_URI="https://api.github.com/repos/simsong/${PN}/tarball/7d11eaa7da8d31f588ce8aecb4b4f5e7e8169ba6 -> ${P}.tar.gz"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
dev-libs/expat
"
RDEPEND="
${DEPEND}
"

S=${WORKDIR}/${P}/src

src_unpack() {
unpack ${A}
mv simsong-dfxml-* ${P} || die
}

src_prepare() {
default

eautoreconf
}

src_install() {
default

insinto /usr/share/aclocal
doins dfxml_configure.m4
}
35 changes: 35 additions & 0 deletions app-forensics/dfxml/dfxml-99999999.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
inherit autotools git-r3

DESCRIPTION="Digital Forensics XML"
HOMEPAGE="https://github.com/simsong/dfxml"
EGIT_REPO_URI="${HOMEPAGE}"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS=""

DEPEND="
dev-libs/expat
"
RDEPEND="
${DEPEND}
"

S=${WORKDIR}/${P}/src

src_prepare() {
default

eautoreconf
}

src_install() {
default

insinto /usr/share/aclocal
doins dfxml_configure.m4
}
7 changes: 7 additions & 0 deletions app-forensics/dfxml/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
</maintainer>
</pkgmetadata>

0 comments on commit b17291d

Please sign in to comment.