wok rev 3428

Up: mc (0.6.2) and remove dep on libiconv
author Christophe Lincoln <pankso@slitaz.org>
date Sat Jun 13 13:23:18 2009 +0200 (2009-06-13)
parents 3ee8a4a0be3d
children 2c679ce49f4c
files mc/receipt
line diff
     1.1 --- a/mc/receipt	Sat Jun 13 13:13:25 2009 +0200
     1.2 +++ b/mc/receipt	Sat Jun 13 13:23:18 2009 +0200
     1.3 @@ -2,15 +2,15 @@
     1.4  #
     1.5  
     1.6  PACKAGE="mc"
     1.7 -VERSION="4.6.1"
     1.8 +VERSION="4.6.2"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Midnight Commander - ncurses based file manager."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 -DEPENDS="ncurses glib e2fsprogs libiconv libkrb5 krb5"
    1.13 +DEPENDS="ncurses glib e2fsprogs libkrb5 krb5"
    1.14  BUILD_DEPENDS="ncurses-dev glib-dev"
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://www.ibiblio.org/mc/"
    1.17 -WGET_URL="http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/$TARBALL"
    1.18 +WEB_SITE="http://www.midnight-commander.org/"
    1.19 +WGET_URL="http://www.midnight-commander.org/downloads/$TARBALL"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()