summaryrefslogtreecommitdiff
path: root/community/exfat-utils
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/exfat-utils
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/exfat-utils')
-rw-r--r--community/exfat-utils/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/exfat-utils/PKGBUILD b/community/exfat-utils/PKGBUILD
deleted file mode 100644
index 011d78ed2..000000000
--- a/community/exfat-utils/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 83561 2013-02-03 07:07:42Z giovanni $
-# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
-# Contributor: Alex <mail.avatar@gmail.com>
-
-pkgname=exfat-utils
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="Utilities for exFAT file system"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/exfat/"
-license=('GPL3')
-depends=('glibc')
-makedepends=('scons')
-source=("http://exfat.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
-md5sums=('e592130829d0bf61fa5e3cd1c759d329')
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- scons CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS} " install DESTDIR="${pkgdir}/usr/bin"
-
- # Install man pages
- install -Dm444 dump/dumpexfat.8 "${pkgdir}/usr/share/man/man8/dumpexfat.8"
- install -m444 fsck/exfatfsck.8 "${pkgdir}/usr/share/man/man8"
- install -m444 mkfs/mkexfatfs.8 "${pkgdir}/usr/share/man/man8"
- install -m444 label/exfatlabel.8 "${pkgdir}/usr/share/man/man8"
-}