dev-libs/dfxml: From dev-libs to app-forensics.

This commit is contained in:
Jeroen Roovers
2017-09-24 12:28:47 +02:00
parent b17291d12e
commit c3a4bc32dc
4 changed files with 0 additions and 83 deletions

View File

@@ -1 +0,0 @@
DIST dfxml-20170921.tar.gz 163616 SHA256 f24bd6c149d07f9ed1089fc25afdab2451f6615e57d5f25529e8d2a59989bc18 SHA512 0885947aaf8efe639c13324413ef0cca49750027b48b434f226fb9fbfba494e84e245da879dc0d77b46bddc27798f7f5df12590fce47b096683034bbc61280e1 WHIRLPOOL b693966c0da1b228415b1416cd3a7a3c25212d0c29839054739aa3fb821a9b429166d8be3e1c58bdcacdacc25fc2c9664e3aadc8aa40c060ec11fc7ca865145d

View File

@@ -1,40 +0,0 @@
# 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
}

View File

@@ -1,35 +0,0 @@
# 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
}

View File

@@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>netmon@gentoo.org</email>
</maintainer>
</pkgmetadata>