summaryrefslogtreecommitdiffstats
path: root/reiserfsprogs/Pkgfile
blob: 2c7fa38554133a4b3c3ecc2d049148c9d0c393a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
description="Filesystem utilities for ReiserFS."
packager="CRUX System Team <core-ports AT crux DOT nu>"
maintainer="Lukc <lukc AT upyum DOT com>"
url="http://www.kernel.org/pub/linux/utils/fs/reiserfs/README"
depends=(util-linux-ng)

name=reiserfsprogs
version=3.6.21
release=1
source=(http://www.kernel.org/pub/linux/utils/fs/reiserfs/$name-$version.tar.bz2)
build () 
{ 
	cd $name-$version;
	./configure --prefix=/ --mandir=$mandir;
	make;
	make DESTDIR=$PKG install;
	ln -s reiserfsck $PKG/sbin/fsck.reiserfs;
	ln -s mkreiserfs $PKG/sbin/mkfs.reiserfs
}