[arch-commits] Commit in exfat-utils/trunk (PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Fri Sep 11 05:51:03 UTC 2015


    Date: Friday, September 11, 2015 @ 07:51:03
  Author: giovanni
Revision: 139917

upgpkg: exfat-utils 1.2.0-1

upstream release

Modified:
  exfat-utils/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-11 02:41:45 UTC (rev 139916)
+++ PKGBUILD	2015-09-11 05:51:03 UTC (rev 139917)
@@ -3,21 +3,29 @@
 # Contributor: Alex <mail.avatar at gmail.com>
 
 pkgname=exfat-utils
-pkgver=1.1.1
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="Utilities for exFAT file system"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/exfat/"
-license=('GPL3')
+license=('GPL2')
 depends=('glibc')
-makedepends=('scons')
-source=("http://pkgbuild.com/~giovanni/exfat/${pkgname}-${pkgver}.tar.gz")
-md5sums=('6f0a276bbfdcdd8c94ac2f72625cc7c9')
+source=("https://github.com/relan/exfat/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('a2d3132cff90153b875b3be5eda6bc7b')
 
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+              --sbindir=/usr/bin
+
+  make CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS}"
+}
+
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  scons CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS} " install DESTDIR="${pkgdir}/usr/bin"
+  make DESTDIR="${pkgdir}" install
 
   # Install man pages
   install -Dm444 dump/dumpexfat.8 "${pkgdir}/usr/share/man/man8/dumpexfat.8"



More information about the arch-commits mailing list