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

22 lines
579 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.

# Description: NTFS-3G, Linux sistemleri için istikrarlı, tam özellikli, okuma-yazma NTFS sürücüsüdür.
# URL: http://www.tuxera.com/community/open-source-ntfs-3g/
# Packager: milisarge
# Depends on:
name=ntfs-3g
version=2015.3.14
release=1
source=(http://tuxera.com/opensource/${name}_ntfsprogs-$version.tgz)
build() {
cd ${name}_ntfsprogs-$version
./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
}