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

Tobias Powalowski tpowa at archlinux.org
Mon May 9 06:47:58 UTC 2016


    Date: Monday, May 9, 2016 @ 08:47:58
  Author: tpowa
Revision: 267251

upgpkg: dosfstools 4.0-1

bump to latest version

Modified:
  dosfstools/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-09 00:57:00 UTC (rev 267250)
+++ PKGBUILD	2016-05-09 06:47:58 UTC (rev 267251)
@@ -2,7 +2,7 @@
 # Maintainer: dorphell <dorphell at archlinux.org>
 # Committer: Judd Vinet <jvinet at zeroflux.org>
 pkgname=dosfstools
-pkgver=3.0.28
+pkgver=4.0
 pkgrel=1
 pkgdesc="DOS filesystem utilities"
 arch=(i686 x86_64)
@@ -12,9 +12,14 @@
 url="https://github.com/dosfstools/dosfstools"
 license=('GPL2')
 validpgpkeys=('25714AECDBFDACEE1CE95FE77F6022516E869F64') # Andreas Bombe
-md5sums=('6a047a6c65186b9ebb1853709adb36db'
+md5sums=('20f8388b99702f276c973d228c7cff45'
          'SKIP')
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib --sbindir=/usr/bin --mandir=/usr/share/man --docdir=/usr/share/doc
+}
+
 build() {
    cd $srcdir/$pkgname-$pkgver
    make
@@ -22,5 +27,5 @@
 
 package () {
    cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man DOCDIR=/usr/share/doc install
+   make DESTDIR=$pkgdir install
 }



More information about the arch-commits mailing list