summaryrefslogtreecommitdiff
path: root/community/fuse-exfat/PKGBUILD
blob: 1bb0daf0b0c5474bf3cae943b66069e1966d1941 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $Id: PKGBUILD 63829 2012-02-05 21:18:47Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: GaoShichao <xgdgsc@gmail.com>

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"
}