Skip to content

Commit

Permalink
ntfs-3g: Update to v2016.2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
lundmar committed Jun 17, 2016
1 parent dd81afd commit e21780c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions ntfs-3g/Buildfile
@@ -1,15 +1,15 @@
# Description: read-write NTFS driver for Linux
# URL: http://www.tuxera.com/community/open-source-ntfs-3g/
# URL: http://www.tuxera.com/community/open-source-ntfs-3g
# License: GPLv2

name=ntfs-3g
version=2015.3.14
version=2016.2.22
release=1
source=(https://tuxera.com/opensource/ntfs-3g_ntfsprogs-2015.3.14.tgz)
source=(https://tuxera.com/opensource/$name\_ntfsprogs-$version.tgz)
depends=(fuse)

build() {
cd ntfs-3g_ntfsprogs-2015.3.14
cd $name\_ntfsprogs-$version

./configure --host=$HOST \
--prefix=/usr \
Expand All @@ -20,6 +20,9 @@ build() {

make -j $JOBS DESTDIR=$PKG install

# Cleanup
rm -r $PKG/usr/share/doc

# Fix libtool files
fix_la_files $PKG
}

0 comments on commit e21780c

Please sign in to comment.