milis/talimatname/genel/p/partclone/talimat

22 lines
639 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: Bir bölümde kullanılan blokları kaydetmek ve geri yüklemek için kullanılan yardımcı programlar
# URL: http://partclone.org
# Paketçi: Cihan_Alkan
# Gerekler: reiserfsprogs ntfs-3g
# Grup:
isim=partclone
surum=0.2.89
devir=1
kaynak=(http://partclone.nchc.org.tw/download/stable/$surum/${isim}_$surum.orig.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr --enable-extfs --enable-fat \
--enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs \
--enable-exfat --enable-f2fs --enable-minix --enable-xfs \
--sbindir=/usr/bin
make
make PREFIX=/usr DESTDIR="$PKG" install
rm -rf $PKG/usr/share/man
}