diff options
author | sibel sibel <lesibel@free.fr> | 2010-02-11 23:11:49 +0100 |
---|---|---|
committer | sibel sibel <lesibel@free.fr> | 2010-02-11 23:11:49 +0100 |
commit | cad3341c243df39fbb0c8c43913b3b95b9e24bb1 (patch) | |
tree | 17ab1f984a3e8bcdc63ab07015ebdbf9df772663 /extra | |
parent | 09401c9f17ad8504ef7ddc223e96c33578cb5697 (diff) | |
download | nutyx-pakxe-cad3341c243df39fbb0c8c43913b3b95b9e24bb1.tar.gz nutyx-pakxe-cad3341c243df39fbb0c8c43913b3b95b9e24bb1.tar.bz2 nutyx-pakxe-cad3341c243df39fbb0c8c43913b3b95b9e24bb1.tar.xz nutyx-pakxe-cad3341c243df39fbb0c8c43913b3b95b9e24bb1.zip |
Maj mc#4.7.0.2-1
Diffstat (limited to 'extra')
-rw-r--r-- | extra/mc/.md5sum | 3 | ||||
-rwxr-xr-x | extra/mc/Pkgfile | 20 |
2 files changed, 12 insertions, 11 deletions
diff --git a/extra/mc/.md5sum b/extra/mc/.md5sum index 210046514..3dfcf5bae 100644 --- a/extra/mc/.md5sum +++ b/extra/mc/.md5sum @@ -1,2 +1 @@ -a86556ce180c94d8deef623ce9c734d0 mc-4.6.1-bash32-1.patch -ec92966f4d0c8b50c344fe901859ae2a mc-4.6.2.tar.gz +f48b2c8dd140aeb36f59d16a662f0779 29 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 \ |