wok-6.x diff feh/receipt @ rev 3173
Up kqemu (1.4.0pre1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 25 09:12:59 2009 +0200 (2009-05-25) |
parents | bd6a02acbdf9 |
children | fb8aceda65ff |
line diff
1.1 --- a/feh/receipt Tue Sep 23 21:14:56 2008 +0200 1.2 +++ b/feh/receipt Mon May 25 09:12:59 2009 +0200 1.3 @@ -5,7 +5,8 @@ 1.4 CATEGORY="graphics" 1.5 SHORT_DESC="Lightweight and powerfull image viewer and composer" 1.6 MAINTAINER="mallory@sweetpeople.org" 1.7 -DEPENDS="imlib2 giblib jpeg libpng zlib xorg-libX11" 1.8 +DEPENDS="imlib2 giblib jpeg libpng zlib xorg-libX11 freetype xorg-libXau \ 1.9 +xorg-libXdmcp xorg-libXext xorg-libXinerama" 1.10 BUILD_DEPENDS="imlib2-dev imlib2 giblib-dev giblib xorg-xproto xorg-xineramaproto xorg-libX11-dev libpng-dev jpeg-dev zlib-dev" 1.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 WEB_SITE="http://linuxbrit.co.uk/feh/" 1.13 @@ -15,8 +16,8 @@ 1.14 compile_rules() 1.15 { 1.16 cd $src 1.17 - ./configure --prefix=/usr 1.18 - make 1.19 + ./configure --prefix=/usr && 1.20 + make && 1.21 make DESTDIR=$src/_pkg install 1.22 } 1.23