1
0
forked from ports/opt

distcc-monitor: unmaintained

This commit is contained in:
Juergen Daubert 2007-04-10 19:42:11 +02:00
parent 4d58d906a3
commit f3114e63fe
3 changed files with 0 additions and 30 deletions

View File

@ -1,6 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/distccmon-gnome
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/distcc/
-rw-r--r-- root/root usr/share/distcc/distccmon-gnome-icon.png

View File

@ -1 +0,0 @@
a55b547d4ff62d8500e290b82671db50 distcc-2.18.tar.bz2

View File

@ -1,23 +0,0 @@
# Packager:
# Maintainer: Johannes Winkelmann, jw at tks6 dot net
# Description: A graphical monitor for distcc
# URL: http://distcc.samba.org
# Depends: distcc gtk
name=distcc-monitor
version=2.18
release=1
source=(http://distcc.samba.org/ftp/distcc/distcc-${version}.tar.bz2)
build() {
cd distcc-$version
./configure --prefix=/usr --disable-nls --with-gtk #/--with-gnome
make distccmon-gnome
make distccmon-gnome DESTDIR=$PKG install
rm -r $PKG/usr/{share/doc/,man,bin/distcc{,d,mon-text}}
# gnome users might want to comment the following:
rm $PKG/usr/share/distcc/distccmon-gnome.desktop
}