From 1fa6edfba8d1e31ca1c0d59e8202cd3c62ccf393 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 6 Feb 2012 23:14:50 +0000 Subject: Mon Feb 6 23:14:50 UTC 2012 --- community/fuse-exfat/PKGBUILD | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 community/fuse-exfat/PKGBUILD (limited to 'community/fuse-exfat') diff --git a/community/fuse-exfat/PKGBUILD b/community/fuse-exfat/PKGBUILD new file mode 100644 index 000000000..1bb0daf0b --- /dev/null +++ b/community/fuse-exfat/PKGBUILD @@ -0,0 +1,25 @@ +# $Id: PKGBUILD 63829 2012-02-05 21:18:47Z giovanni $ +# Maintainer: Giovanni Scafora +# Contributor: GaoShichao + +pkgname=fuse-exfat +pkgver=0.9.6 +pkgrel=2 +pkgdesc="Free exFAT file system implementation" +arch=('i686' 'x86_64') +url="http://code.google.com/p/exfat/" +license=('GPL3') +depends=('fuse') +makedepends=('scons') +optdepends=('exfat-utils: utilities for exFAT file system' + 'util-linux-ng: to mount exFAT volumes automatically') +source=("http://exfat.googlecode.com/files/${pkgname}-${pkgver}.tar.gz") +md5sums=('809be0bc49c3b2be3f2d0fd115d36709') + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + scons CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS}" install DESTDIR="${pkgdir}/sbin" + + # Install man page + install -Dm444 fuse/mount.exfat-fuse.8 "${pkgdir}/usr/share/man/man8/mount.exfat-fuse.8" +} -- cgit v1.2.3-54-g00ecf