wok diff dbus/receipt @ rev 1699

Add: get-eclipse-pdt, get and install eclipse PDT
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Nov 13 00:04:59 2008 +0100 (2008-11-13)
parents 050151a9f32f
children 3687ab277aeb
line diff
     1.1 --- a/dbus/receipt	Mon Jun 30 22:31:55 2008 +0000
     1.2 +++ b/dbus/receipt	Thu Nov 13 00:04:59 2008 +0100
     1.3 @@ -15,14 +15,15 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	cp -a ../dbus-1.d.1/. .
     1.8  	./configure \
     1.9  		--prefix=/usr \
    1.10  		--libexecdir=/usr/lib/dbus \
    1.11  		--sysconfdir=/etc \
    1.12  		--localstatedir=/var \
    1.13  		--mandir=/usr/share/man \
    1.14 -		$CONFIGURE_ARGS
    1.15 -	make
    1.16 +		$CONFIGURE_ARGS &&
    1.17 +	make &&
    1.18  	make DESTDIR=$PWD/_pkg install
    1.19  }
    1.20