Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CyberLeo
Adélie Package Tree
Commits
cd0c2946
Verified
Commit
cd0c2946
authored
4 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/fdupes: Update to 2.1.1
parent
b2e531cf
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/fdupes/APKBUILD
+12
-5
12 additions, 5 deletions
user/fdupes/APKBUILD
with
12 additions
and
5 deletions
user/fdupes/APKBUILD
+
12
−
5
View file @
cd0c2946
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
fdupes
pkgver
=
1.6
.1
pkgver
=
2.1
.1
pkgrel
=
0
pkgdesc
=
"Identify or delete duplicate files in a directory tree"
url
=
" "
...
...
@@ -9,16 +9,23 @@ arch="all"
options
=
"!check"
# No test suite.
license
=
"MIT"
depends
=
""
makedepends
=
""
makedepends
=
"
autoconf automake ncurses-dev pcre2-dev
"
subpackages
=
"
$pkgname
-doc"
source
=
"fdupes-
$pkgver
.tar.gz::https://github.com/adrianlopezroche/fdupes/archive/v
$pkgver
.tar.gz"
prepare
()
{
default_prepare
autoreconf
-vif
}
build
()
{
make
PREFIX
=
/usr
LIBS
=
"-ltinfow"
./configure
\
--prefix
=
/usr
make
}
package
()
{
make
PREFIX
=
/usr
DESTDIR
=
"
$pkgdir
"
install
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"
6c6662b70068c2f48f4be64a6830c81a66852d650391d0756f20b9ac0df7d70c1a32918bd7cbd50e19de524d9ebc09ea338c19636e1807b071eb96b325e641db
fdupes-
1.6
.1.tar.gz"
sha512sums
=
"
e098647f57d0f9fb183b9f3c4cc36d33427edb3982763a894251c5a9f8432302329cc8d1ab5a09dc27a247065bdd40936c48d3846f1babf3300ca011a37a1b7d
fdupes-
2.1
.1.tar.gz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment