Updated package description in net/distcc build file
This commit is contained in:
parent
668052af61
commit
44b81f703b
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ build() {
|
||||||
tar xf $srcdir/mkdocs-$version.tar.?z*
|
tar xf $srcdir/mkdocs-$version.tar.?z*
|
||||||
cd mkdocs-$version
|
cd mkdocs-$version
|
||||||
fixbuilddirpermissions
|
fixbuilddirpermissions
|
||||||
|
|
||||||
python3 setup.py install --prefix="" --root=$pkg
|
python3 setup.py install --prefix="" --root=$pkg
|
||||||
cp LICENSE $pkgdocs/
|
cp LICENSE $pkgdocs/
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ version=3.3.3
|
||||||
build=1sml
|
build=1sml
|
||||||
homepage="https://distcc.github.io/"
|
homepage="https://distcc.github.io/"
|
||||||
download="https://github.com/distcc/distcc/releases/download/v3.3.3/distcc-3.3.3.tar.gz"
|
download="https://github.com/distcc/distcc/releases/download/v3.3.3/distcc-3.3.3.tar.gz"
|
||||||
desc="Distributed C and C++ compiler and daemon"
|
desc="Distributed C and C++ compiler daemon for parallel building"
|
||||||
requires="popt"
|
requires="popt"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue