Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
c107ff3a
Commit
c107ff3a
authored
3 years ago
by
J0WI
Committed by
Leo
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/valgrind: update url
parent
dbf22df3
No related branches found
No related tags found
1 merge request
!22882
main/valgrind: update url
Pipeline
#86468
passed
3 years ago
Stage: lint
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/valgrind/APKBUILD
+4
-4
4 additions, 4 deletions
main/valgrind/APKBUILD
with
4 additions
and
4 deletions
main/valgrind/APKBUILD
+
4
−
4
View file @
c107ff3a
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
valgrind
pkgname
=
valgrind
pkgver
=
3.17.0
pkgver
=
3.17.0
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"A tool to help find memory-management problems in programs"
pkgdesc
=
"A tool to help find memory-management problems in programs"
url
=
"http://valgrind.org/"
url
=
"http
s
://valgrind.org/"
arch
=
"all !mips64 !riscv64"
# TODO: fix with mips64 softfloat
arch
=
"all !mips64 !riscv64"
# TODO: fix with mips64 softfloat
license
=
"GPL-2.0-or-later"
license
=
"GPL-2.0-or-later"
# it seems like busybox sed works but the configure script requires GNU sed
# it seems like busybox sed works but the configure script requires GNU sed
...
@@ -15,7 +15,7 @@ makedepends="sed perl bash autoconf automake libtool"
...
@@ -15,7 +15,7 @@ makedepends="sed perl bash autoconf automake libtool"
# messages.
# messages.
options
=
"!strip !check"
options
=
"!strip !check"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"
f
tp://sourceware.org/pub/
$pkgname
/
$pkgname
-
$pkgver
.tar.bz2
source
=
"
ht
tp
s
://sourceware.org/pub/
valgrind/valgrind
-
$pkgver
.tar.bz2
musl.supp
musl.supp
uclibc.patch
uclibc.patch
arm.patch
arm.patch
...
@@ -49,7 +49,7 @@ build() {
...
@@ -49,7 +49,7 @@ build() {
}
}
check
()
{
check
()
{
cd
"
$buildir
"
cd
"
$build
d
ir
"
make check
make check
}
}
...
...
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