summaryrefslogtreecommitdiffstats
path: root/extra/mc/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/mc/Pkgfile')
-rwxr-xr-xextra/mc/Pkgfile14
1 files changed, 7 insertions, 7 deletions
diff --git a/extra/mc/Pkgfile b/extra/mc/Pkgfile
index fa3c46da7..1db713e49 100755
--- a/extra/mc/Pkgfile
+++ b/extra/mc/Pkgfile
@@ -2,25 +2,25 @@
# URL: http://www.ibiblio.org/mc/
# Maintainer: NuTyX coreteam
# Packager: thierryn1 at hispeed dot ch
-# Depends on: gpm, slang, glib1
+# Depends on: gpm, slang, glib
name=mc
-version=4.6.1
-release=2
-source=(http://www.ibiblio.org/pub/Linux/utils/file/managers/$name/$name-$version.tar.gz \
+version=4.6.2
+release=1
+source=(http://www.midnight-commander.org/downloads/$name-$version.tar.gz \
http://www.linuxfromscratch.org/patches/blfs/svn/mc-4.6.1-bash32-1.patch)
build() {
cd $name-$version
- patch -Np1 -i ../mc-4.6.1-bash32-1.patch
+ aclocal
+ automake -a
+# patch -Np1 -i ../mc-4.6.1-bash32-1.patch
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
- --with-glib12 \
--without-x \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
- chmod 1755 $PKG/usr/lib/mc/cons.saver
}