contrib/ntfs-3g/Pkgfile
2007-07-10 14:26:58 +10:00

24 lines
492 B
Plaintext

# Description: Freely available NTFS driver with read and write support.
# URL: http://www.ntfs-3g.org/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Danny Rawlins, romster at shortcircuit dot net dot au
# Depends on: fuse
name=ntfs-3g
version=1.710
release=1
source=(http://www.ntfs-3g.org/ntfs-3g-$version.tgz)
build() {
cd ntfs-3g-$version
./configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-static
make
make DESTDIR=$PKG install
}