summaryrefslogtreecommitdiff
path: root/distcc
diff options
context:
space:
mode:
authorDanny Rawlins <romster@shortcircuit.net.au>2007-07-31 21:39:17 +1000
committerDanny Rawlins <romster@shortcircuit.net.au>2007-07-31 21:39:17 +1000
commit9f238aba6f5ce1064972965d0cde5e7c6b88c83f (patch)
tree26f7de821f02703d09859353e2640637219c4dae /distcc
parent34c7046b9bfa9d4e754e927d15238eac0d7c1927 (diff)
downloadcontrib-9f238aba6f5ce1064972965d0cde5e7c6b88c83f.tar.gz
contrib-9f238aba6f5ce1064972965d0cde5e7c6b88c83f.tar.xz
distcc: remove empty directory
move configuration directory from /usr/etc -> /etc move /usr/var -> /var add missing dependency popt disable gnome monitor
Diffstat (limited to 'distcc')
-rw-r--r--distcc/.footprint1
-rw-r--r--distcc/Pkgfile13
2 files changed, 10 insertions, 4 deletions
diff --git a/distcc/.footprint b/distcc/.footprint
index 208cb948a..034bcfddb 100644
--- a/distcc/.footprint
+++ b/distcc/.footprint
@@ -17,4 +17,3 @@ drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/distcc.1.gz
-rw-r--r-- root/root usr/man/man1/distccd.1.gz
-rw-r--r-- root/root usr/man/man1/distccmon-text.1.gz
-drwxr-xr-x root/root usr/share/
diff --git a/distcc/Pkgfile b/distcc/Pkgfile
index f8cc2a134..a63142a7e 100644
--- a/distcc/Pkgfile
+++ b/distcc/Pkgfile
@@ -1,21 +1,27 @@
-# Description: A tool to distribute compilations
+# Description: A tool to distribute compilations.
# URL: http://distcc.samba.org
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Johannes Winkelmann, jw at tks6 dot net
-# Depends on:
+# Depends on: popt
name=distcc
version=2.18.3
-release=2
+release=3
source=(http://distcc.samba.org/ftp/distcc/distcc-$version.tar.bz2 \
distccd)
build() {
cd distcc-$version
+ sed -i \
+ -e "s|^sysconfdir='\${prefix}/etc'$|sysconfdir='/etc'|" \
+ -e "s|^localstatedir='\${prefix}/var'$|localstatedir='/var'|" \
+ configure
+
./configure \
--prefix=/usr \
--disable-nls \
+ --without-gnome \
--without-gtk
make
@@ -31,5 +37,6 @@ build() {
rm -rf $PKG/usr/share/doc
rm -rf $PKG/usr/info
+ rm -r $PKG/usr/share
}

Generated by cgit