wok diff pth/receipt @ rev 6661

Added libgsf to depends of libgsf-dev.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 11 13:24:47 2010 +0000 (2010-10-11)
parents 1f64c55082ab
children 83809e28255e
line diff
     1.1 --- a/pth/receipt	Wed Apr 16 01:48:20 2008 +0200
     1.2 +++ b/pth/receipt	Mon Oct 11 13:24:47 2010 +0000
     1.3 @@ -14,9 +14,11 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure --prefix=/usr --infodir=/usr/share/info \
     1.8 -	--mandir=/usr/share/man $CONFIGURE_ARGS
     1.9 -	make
    1.10 +	./configure \
    1.11 +		--prefix=/usr \
    1.12 +		--mandir=/usr/share/man \
    1.13 +		$CONFIGURE_ARGS &&
    1.14 +	make &&
    1.15  	make DESTDIR=$PWD/_pkg install
    1.16  }
    1.17  
    1.18 @@ -24,7 +26,6 @@
    1.19  genpkg_rules()
    1.20  {
    1.21  	mkdir -p $fs/usr/lib
    1.22 -	cp -a $_pkg/usr/bin $fs/usr
    1.23  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.24  }
    1.25