wok-next diff distcc/receipt @ rev 13973
Up: xorg-xf86-video-intel (2.21.0)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Wed Feb 06 02:13:32 2013 +0000 (2013-02-06) |
parents | 6d3b0683b624 |
children | 380ffe05937a |
line diff
1.1 --- a/distcc/receipt Mon Jan 07 13:02:55 2013 +0100 1.2 +++ b/distcc/receipt Wed Feb 06 02:13:32 2013 +0000 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Distributed compilation for C/C++" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="popt lzo" 1.8 -BUILD_DEPENDS="popt-dev lzo-dev python-dev" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://distcc.org" 1.11 WGET_URL="http://distcc.googlecode.com/files/$TARBALL" 1.12 1.13 +DEPENDS="popt lzo" 1.14 +BUILD_DEPENDS="popt-dev lzo-dev python-dev gtk+-dev libgnome-dev \ 1.15 +libgnomeui-dev libbonoboui-dev libgnomecanvas-dev libgnome-keyring-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -20,8 +22,10 @@ 1.21 --prefix=/usr \ 1.22 --sysconfdir=/etc \ 1.23 --mandir=/usr/share/man \ 1.24 + --with-gnome \ 1.25 + --with-gtk \ 1.26 $CONFIGURE_ARGS && 1.27 - make && make DESTDIR=$PWD/_pkg install 1.28 + make && make DESTDIR=$DESTDIR install 1.29 } 1.30 1.31 # Rules to gen a SliTaz package suitable for Tazpkg. 1.32 @@ -32,8 +36,8 @@ 1.33 $fs/var/run/distccd \ 1.34 $fs/etc/init.d 1.35 1.36 - cp -a $_pkg/usr/bin $fs/usr 1.37 - cp -a $_pkg/etc/distcc $fs/etc 1.38 + cp -a $install/usr/bin $fs/usr 1.39 + cp -a $install/etc/distcc $fs/etc 1.40 1.41 echo '127.0.0.1' >> $fs/etc/distcc/clients.allow 1.42