milis/talimatname/genel/r/reiserfsprogs/talimat

23 lines
596 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Utilities for use with the Reiser file system.
# URL: http://www.kernel.org/pub/linux/utils/fs/reiserfs/
# Paketçi: milisarge
# Gerekler:
name=reiserfsprogs
version=3.6.24
release=1
source=(http://ftp.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v${version}/$name-$version.tar.xz)
derle() {
export CFLAGS="$CFLAGS -std=gnu90"
cd $name-$version
./configure --prefix=/usr \
--sbindir=/sbin
make
make DESTDIR=$PKG install
ln -sf reiserfsck $PKG/sbin/fsck.reiserfs
ln -sf mkreiserfs $PKG/sbin/mkfs.reiserfs
}