wok-4.x diff mc/receipt @ rev 11615

mc: add gpm support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 23 12:01:58 2012 +0100 (2012-01-23)
parents 515264ccb10e
children 58d25f770bfe
line diff
     1.1 --- a/mc/receipt	Mon Apr 11 23:00:12 2011 +0000
     1.2 +++ b/mc/receipt	Mon Jan 23 12:01:58 2012 +0100
     1.3 @@ -7,7 +7,7 @@
     1.4  SHORT_DESC="Midnight Commander - ncurses based file manager."
     1.5  MAINTAINER="erjo@slitaz.org"
     1.6  DEPENDS="ncursesw glib e2fsprogs"
     1.7 -BUILD_DEPENDS="pkg-config"
     1.8 +BUILD_DEPENDS="pkg-config gpm-dev"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.midnight-commander.org/"
    1.11  WGET_URL="http://www.midnight-commander.org/downloads/$TARBALL"
    1.12 @@ -17,6 +17,7 @@
    1.13  {
    1.14  	cd $src
    1.15  	./configure --prefix=/usr \
    1.16 +	--with-gpm-mouse \
    1.17  	--with-screen=ncurses \
    1.18  	--infodir=/usr/share/info \
    1.19  	--libexecdir=/usr/lib \