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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
5f09c4f3
Verified
Commit
5f09c4f3
authored
5 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/distcc: bump to 3.3.3
parent
6f071b94
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/distcc/APKBUILD
+4
-10
4 additions, 10 deletions
user/distcc/APKBUILD
with
4 additions
and
10 deletions
user/distcc/APKBUILD
+
4
−
10
View file @
5f09c4f3
# Contributor: Brandon Bergren <git@bdragon.rtk0.net>
# Maintainer:
pkgname
=
distcc
pkgver
=
3.3.
2
pkgrel
=
1
pkgver
=
3.3.
3
pkgrel
=
0
pkgdesc
=
"Distributed builds for C, C++ and Objective C"
url
=
"https://distcc.github.io/"
arch
=
"all"
...
...
@@ -20,13 +20,9 @@ subpackages="$pkgname-doc"
#pkgusers="distcc" # distccd privdrop, see src/setuid.c
#pkggroups="distcc"
install
=
"
$pkgname
.pre-install"
source
=
"https://github.com/distcc/
$pkgname
/releases/download/v
$pkgver
/
$pkgname
-
$pkgver
.tar.gz
"
builddir
=
$srcdir
/
$pkgname
source
=
"https://github.com/distcc/
$pkgname
/releases/download/v
$pkgver
/
$pkgname
-
$pkgver
.tar.gz"
build
()
{
cd
"
$builddir
"
./autogen.sh
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
...
...
@@ -40,7 +36,6 @@ build() {
}
check
()
{
cd
"
$builddir
"
# Tests rely on invoking compiler, etc, with a normal path.
# The default "make check" target gets confused, so we manually
# invoke the test framework.
...
...
@@ -51,8 +46,7 @@ check() {
}
package
()
{
cd
"
$builddir
"
make
install
DESTDIR
=
"
$pkgdir
"
}
sha512sums
=
"
fdf11ed94ba50977b45e302179c5c4ba067cc3db37579cb8ed6d5b9487f8e3c89114f65af69333c38d374cf7634d7aef8d5a2d5c7fd8e9b1f4930c0897d6da10
distcc-3.3.
2
.tar.gz"
sha512sums
=
"
d5e7fc67f49ee640cef753038b5c0ebcbbac61c6ac29f20ee4736b045a89979ced765717c46383a4fadc50a4fe34e94e58e307509144414a9ca19eb4cc68a135
distcc-3.3.
3
.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