app-misc/fdupes: rely on Makefile to install files.

... instead of Portage helper functions.

Package-Manager: Portage-2.3.8, Repoman-2.3.1
This commit is contained in:
Patrice Clement
2017-09-22 14:38:20 +02:00
parent f58cb0b3c9
commit b950e7f8e8
2 changed files with 15 additions and 14 deletions

View File

@@ -9,17 +9,19 @@ MY_P="${PN}-${PV/_pre/-PR}"
DESCRIPTION="Identify/delete duplicate files residing within specified directories"
HOMEPAGE="https://github.com/adrianlopezroche/fdupes"
SRC_URI=""
EGIT_REPO_URI="https://github.com/adrianlopezroche/fdupes.git"
LICENSE="MIT"
SLOT="0"
KEYWORDS=""
SRC_URI=""
S="${WORKDIR}/${MY_P}"
PATCHES=(
"${FILESDIR}"/${P}-gentoo.patch
)
PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
DOCS=( CHANGES CONTRIBUTORS README )
src_configure() {
append-lfs-flags
@@ -27,7 +29,6 @@ src_configure() {
}
src_install() {
dobin fdupes
dodoc CHANGES CONTRIBUTORS README
doman fdupes.1
emake PREFIX="/usr" DESTDIR="${D}" install
einstalldocs
}

View File

@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>shell-tools@gentoo.org</email>
<name>Gentoo Shell Tools Project</name>
</maintainer>
<upstream>
<remote-id type="github">adrianlopezroche/fdupes</remote-id>
</upstream>
<maintainer type="project">
<email>shell-tools@gentoo.org</email>
<name>Gentoo Shell Tools Project</name>
</maintainer>
<upstream>
<remote-id type="github">adrianlopezroche/fdupes</remote-id>
</upstream>
</pkgmetadata>