From dee9f17b595ea903a982d31d1124b302bb17e2ff Mon Sep 17 00:00:00 2001 From: root Date: Wed, 17 Jul 2013 00:58:52 -0700 Subject: Wed Jul 17 00:58:51 PDT 2013 --- community/fuse-exfat/PKGBUILD | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 community/fuse-exfat/PKGBUILD (limited to 'community/fuse-exfat') 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 -# Contributor: GaoShichao - -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" -} -- cgit v1.2.3-54-g00ecf