summaryrefslogtreecommitdiffstats
path: root/extra/mc/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/mc/Pkgfile')
-rwxr-xr-xextra/mc/Pkgfile20
1 files changed, 11 insertions, 9 deletions
diff --git a/extra/mc/Pkgfile b/extra/mc/Pkgfile
index a2144e046..329d4333d 100755
--- a/extra/mc/Pkgfile
+++ b/extra/mc/Pkgfile
@@ -5,17 +5,19 @@
# Depends on: gpm, slang
name=mc
-version=4.6.2
-release=2
-source=(http://www.ibiblio.org/pub/Linux/utils/file/managers/$name/$name-$version.tar.gz \
- http://www.linuxfromscratch.org/patches/blfs/6.3/$name-$version-bash32-1.patch \
- http://www.linuxfromscratch.org/patches/blfs/6.3/$name-$version-debian_fixes-1.patch \
-)
+version=4.7.0.2
+release=1
+_name=29
+source=(http://www.midnight-commander.org/downloads/${_name})
+# (http://www.ibiblio.org/pub/Linux/utils/file/managers/$name/$name-$version.tar.gz)
+# http://www.linuxfromscratch.org/patches/blfs/6.3/$name-$version-bash32-1.patch \
+# http://www.linuxfriomscratch.org/patches/blfs/6.3/$name-$version-debian_fixes-1.patch \
+# )
build() {
- cd $name-$version
- patch -Np1 -i ../mc-4.6.1-bash32-1.patch
- patch -Np1 -i ../mc-4.6.1-debian_fixes-1.patch
+ cd ${_name}
+# patch -Np1 -i ../mc-4.6.1-bash32-1.patch
+# patch -Np1 -i ../mc-4.6.1-debian_fixes-1.patch
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info \