summaryrefslogtreecommitdiffstats
path: root/reiserfsprogs/Pkgfile
blob: 34f87af286d718667c7d65682c3f193b05754500 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Description: Utilitaires pour la gestion du système de fichiers Reiserfs
# URL: http://www.kernel.org/pub/linux/utils/fs/reiserfs/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on:

name=reiserfsprogs
version=3.6.21
release=1
source=(ftp://anduin.linuxfromscratch.org/BLFS/svn/r/$name-$version.tar.bz2)


build() {
	cd $name-$version
	./configure --prefix=/usr \
		--mandir=/usr/share/man \
		--infodir=/usr/share/info \
                --sbindir=/sbin
	make
	make DESTDIR=$PKG install
        ln -sf reiserfsck $PKG/sbin/fsck.reiserfs
	ln -sf mkreiserfs $PKG/sbin/mkfs.reiserfs
}