wok-6.x diff giblib/receipt @ rev 6023
glib: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Aug 15 09:43:16 2010 +0200 (2010-08-15) |
parents | 7e57bf5a8f06 |
children | b7319995b37e |
line diff
1.1 --- a/giblib/receipt Fri Aug 01 19:24:09 2008 +0200 1.2 +++ b/giblib/receipt Sun Aug 15 09:43:16 2010 +0200 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