milis/talimatname/genel/n/ntfs-3g/talimat

22 lines
564 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: NTFS-3G, Linux sistemleri için istikrarlı, tam özellikli, okuma-yazma NTFS sürücüsüdür.
2017-04-05 14:21:13 +02:00
# URL: http://www.tuxera.com/community/open-source-ntfs-3g/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
2017-04-05 14:21:13 +02:00
2017-10-28 14:10:23 +02:00
isim=ntfs-3g
surum=2015.3.14
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(http://tuxera.com/opensource/${isim}_ntfsprogs-$surum.tgz)
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd ${isim}_ntfsprogs-$surum
2016-02-24 01:27:23 +01:00
./configure --prefix=/usr \
--disable-static
make
mkdir $PKG/lib
make DESTDIR=$PKG install
ln -s ../bin/ntfs-3g $PKG/sbin/mount.ntfs
ln -s ntfs-3g.8 $PKG/usr/share/man/man8/mount.ntfs.8
chmod -v 4755 $PKG/bin/ntfs-3g
}