wok diff giblib/receipt @ rev 7153

Made compcache to use linux-modules-headers. This way linux in wok doesn't need to be compiled.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Nov 06 19:22:12 2010 +0000 (2010-11-06)
parents 7e57bf5a8f06
children b7319995b37e
line diff
     1.1 --- a/giblib/receipt	Fri Aug 01 19:24:09 2008 +0200
     1.2 +++ b/giblib/receipt	Sat Nov 06 19:22:12 2010 +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