wok-6.x diff giblib/receipt @ rev 6768
Added hd2u. Dos2Unix text file converter. May come handy when getting patches from pastebin.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Oct 18 02:04:40 2010 +0000 (2010-10-18) |
parents | 7e57bf5a8f06 |
children | b7319995b37e |
line diff
1.1 --- a/giblib/receipt Fri Aug 01 19:24:09 2008 +0200 1.2 +++ b/giblib/receipt Mon Oct 18 02:04:40 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