Skip to content
Snippets Groups Projects
Verified Commit 5f09c4f3 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

user/distcc: bump to 3.3.3

parent 6f071b94
No related branches found
No related tags found
No related merge requests found
# 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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment