diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/fuse-exfat | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/fuse-exfat')
-rw-r--r-- | community/fuse-exfat/PKGBUILD | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/community/fuse-exfat/PKGBUILD b/community/fuse-exfat/PKGBUILD deleted file mode 100644 index 49a2cede9..000000000 --- a/community/fuse-exfat/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# $Id: PKGBUILD 83563 2013-02-03 07:12:01Z giovanni $ -# Maintainer: Giovanni Scafora <giovanni@archlinux.org> -# Contributor: GaoShichao <xgdgsc@gmail.com> - -pkgname=fuse-exfat -pkgver=1.0.1 -pkgrel=1 -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: to mount exFAT volumes automatically') -source=("http://exfat.googlecode.com/files/${pkgname}-${pkgver}.tar.gz") -md5sums=('7988a5111841593231f20af22153362d') - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - scons CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS} " install DESTDIR="${pkgdir}/usr/bin" - - # Install man page - install -Dm444 fuse/mount.exfat-fuse.8 "${pkgdir}/usr/share/man/man8/mount.exfat-fuse.8" -} |