Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
647
Issues
647
List
Boards
Labels
Service Desk
Milestones
Merge Requests
170
Merge Requests
170
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
d9ff9a38
Commit
d9ff9a38
authored
Sep 15, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/distcc: start after firewall. separate python package
parent
4819018e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
5 deletions
+12
-5
main/distcc/APKBUILD
main/distcc/APKBUILD
+11
-5
main/distcc/distccd.initd
main/distcc/distccd.initd
+1
-0
No files found.
main/distcc/APKBUILD
View file @
d9ff9a38
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
distcc
pkgname
=
distcc
pkgver
=
3.1
pkgver
=
3.1
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"A distributed C, C++, Obj C compiler"
pkgdesc
=
"A distributed C, C++, Obj C compiler"
url
=
"http://distcc.org"
url
=
"http://distcc.org"
license
=
"GPL-2"
license
=
"GPL-2"
depends
=
"popt"
depends
=
makedepends
=
"popt-dev"
makedepends
=
"popt-dev
python-dev
"
source
=
"http://
$pkgname
.googlecode.com/files/
$pkgname
-
$pkgver
.tar.bz2
source
=
"http://
$pkgname
.googlecode.com/files/
$pkgname
-
$pkgver
.tar.bz2
distcc-3.1-clone.patch
distcc-3.1-clone.patch
distcc-hardened.patch
distcc-hardened.patch
distccd.initd distccd.confd"
distccd.initd distccd.confd"
subpackages
=
"
$pkgname
-doc"
subpackages
=
"
$pkgname
-doc
$pkgname
-python
"
build
()
build
()
{
{
...
@@ -39,8 +39,14 @@ build ()
...
@@ -39,8 +39,14 @@ build ()
ln
-sf
/usr/bin/
$pkgname
"
$d
"
/cpp
ln
-sf
/usr/bin/
$pkgname
"
$d
"
/cpp
}
}
python
()
{
pkgdesc
=
"Python bindings to distcc"
mkdir
-p
"
$subpkgdir
"
/usr/lib
mv
"
$pkgdir
"
/usr/lib/python
*
"
$subpkgdir
"
/usr/lib/
}
md5sums
=
"a1a9d3853df7133669fffec2a9aab9f3 distcc-3.1.tar.bz2
md5sums
=
"a1a9d3853df7133669fffec2a9aab9f3 distcc-3.1.tar.bz2
29fe296aa2985eea7af7402f421db187 distcc-3.1-clone.patch
29fe296aa2985eea7af7402f421db187 distcc-3.1-clone.patch
351ca958ff4869f8a2795d8ca6647de1 distcc-hardened.patch
351ca958ff4869f8a2795d8ca6647de1 distcc-hardened.patch
5cf566965873279fedc16934a2ba6cd
0 distccd.initd
a0dc869866f17054142c964d29925e7
0 distccd.initd
e9e0ccc9f5813b9c3c88c8687b2ebc73 distccd.confd"
e9e0ccc9f5813b9c3c88c8687b2ebc73 distccd.confd"
main/distcc/distccd.initd
View file @
d9ff9a38
...
@@ -7,6 +7,7 @@ depend() {
...
@@ -7,6 +7,7 @@ depend() {
[ ${DISTCCD_AVAHI} = yes ] && avahi="avahi-daemon"
[ ${DISTCCD_AVAHI} = yes ] && avahi="avahi-daemon"
#endif
#endif
need net ${avahi}
need net ${avahi}
after firewall
use ypbind
use ypbind
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment