wok diff giblib/receipt @ rev 2814

fixed pkgconfig add in libQtCore
author Allan Pinto <allan316@gmail.com>
date Wed Apr 29 10:24:15 2009 +0000 (2009-04-29)
parents 7e57bf5a8f06
children b7319995b37e
line diff
     1.1 --- a/giblib/receipt	Fri Aug 01 19:24:09 2008 +0200
     1.2 +++ b/giblib/receipt	Wed Apr 29 10:24:15 2009 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="graphics"
     1.5  SHORT_DESC="Giblib graphic library."
     1.6  MAINTAINER="mallory@sweetpeople.org"
     1.7 -DEPENDS="imlib2"
     1.8 +DEPENDS="imlib2 freetype xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext"
     1.9  BUILD_DEPENDS="imlib2-dev imlib2 xorg-xproto freetype-dev xorg-libXext-dev"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://linuxbrit.co.uk/feh/"
    1.12 @@ -15,8 +15,8 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	./configure --prefix=/usr
    1.17 -	make
    1.18 +	./configure --prefix=/usr &&
    1.19 +	make &&
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22