summaryrefslogtreecommitdiffstats
path: root/extra/mc/Pkgfile
blob: a2144e0460d1ab3437042f44f4f3e0a414a6230c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Description: Gestionnaire de fichiers en ligne de commande comme Norton commander
# URL: http://www.ibiblio.org/mc/
# Maintainer: NuTyX coreteam
# Packager: thierryn1 at hispeed dot ch
# 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 \
)

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
	./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
}