You are not logged in.
finally the qtparted and progsreiserfs package
happy partioning
PKGBUILDS
# $Id: PKGBUILD,v 1.17 2004/03/21 21:48:41 damir Exp $
# Contributor: Tobias Powalowski <t.powa@gmx.de>
# Maintainer: Damir Perisa <damir.perisa@bluewin.ch>
pkgname=qtparted
pkgver=0.4.3
pkgrel=1
depends=('parted' 'qt' 'progsreiserfs')
pkgdesc="QTParted is a Partition Magic clone written in C++ using the Qt toolkit"
source=(http://belnet.dl.sourceforge.net/sourceforge/qtparted/$pkgname-$pkgver.tar.bz2)
url="http://qtparted.sourceforge.net"
md5sums='1f62cc90ce378d67e5b0d015f929eb4c'
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make DESTDIR=$startdir/pkg install
}
# $Id: PKGBUILD,v 1.17 2004/03/21 21:48:41 damir Exp $
# Contributor: Tobias Powalowski <t.powa@gmx.de>
# Maintainer: Damir Perisa <damir.perisa@bluewin.ch>
pkgname=progsreiserfs
pkgver=0.3.0.4
pkgrel=1
depends=('e2fsprogs')
pkgdesc="library for accessing and manipulating reiserfs partitions"
source=(ftp://ftp.namesys.com/pub/libreiserfs/$pkgname-$pkgver.tar.gz)
url="http://www.namesys.com"
md5sums=('0dabc171660e6e569f3fef9d304c8368')
build() {
cd $startdir/src/$pkgname-$pkgver
libtoolize -f
aclocal
./configure --prefix=/usr
make || return 1
make DESTDIR=$startdir/pkg/ install
}
Offline
why you use the progreiserfs
AL has them as reiserfsprogs
can I use the AL's ??
Offline
that is something different
reiserprogsfs have no libs
progsreiserfs doesn't make any sense with qtparted
have a look at the homepage
Offline
is there a different between progsreiserfs and reiserfsprogs?
Arch's resierfsprogs uses a different src package so they may actually be 2 different packages that perform different funtions...
Time to go read some docs and such and see if there is a difference..
Offline
these two programs can be found on the reiserfs ftp server
i don't know why qtparted use the one version but there must be a reason why
qtparted depends on libreiserfs which is not provided by the other package
Offline
i belive libreiserfs is reiserfsprog. how wrong am I?
Offline
in the reiserfsprogs-pkg are only binarys for reiser and a manpage
no libreiser
on the qtparted homepage it says you need the other package
reiser will be completely disabled if you don't install
progsreiserfs
Offline