mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user