summaryrefslogtreecommitdiffstats
path: root/abs/core/dosfstools
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2014-02-16 23:45:56 (GMT)
committerJames Meyer <james.meyer@operamail.com>2014-02-19 19:03:03 (GMT)
commite73f19da7f26b80ea114e08cfe9665ae808c8271 (patch)
tree1460ac24ddc64bfb6f0b3cf1c1929fa625f15b7b /abs/core/dosfstools
parent3a08e3dda29ad3aa8f2a4e82312dac3161e7bf6c (diff)
downloadlinhes_pkgbuild-e73f19da7f26b80ea114e08cfe9665ae808c8271.zip
linhes_pkgbuild-e73f19da7f26b80ea114e08cfe9665ae808c8271.tar.gz
linhes_pkgbuild-e73f19da7f26b80ea114e08cfe9665ae808c8271.tar.bz2
dosfstools: 3.0.24
update binary path to /usr/bin refs #961
Diffstat (limited to 'abs/core/dosfstools')
-rw-r--r--abs/core/dosfstools/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/abs/core/dosfstools/PKGBUILD b/abs/core/dosfstools/PKGBUILD
index a2555b3..04a2321 100644
--- a/abs/core/dosfstools/PKGBUILD
+++ b/abs/core/dosfstools/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 143546 2011-11-26 09:49:37Z tpowa $
+# $Id: PKGBUILD 200725 2013-12-03 16:03:02Z tpowa $
# Maintainer: dorphell <dorphell@archlinux.org>
# Committer: Judd Vinet <jvinet@zeroflux.org>
pkgname=dosfstools
-pkgver=3.0.12
+pkgver=3.0.24
pkgrel=1
pkgdesc="DOS filesystem utilities"
arch=(i686 x86_64)
depends=('glibc')
-source=(http://www.daniel-baumann.ch/software/dosfstools/$pkgname-$pkgver.tar.bz2)
+source=(http://www.daniel-baumann.ch/files/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
url="http://www.daniel-baumann.ch/software/dosfstools/"
license=('GPL2')
@@ -18,6 +18,7 @@ build() {
package () {
cd $srcdir/$pkgname-$pkgver
- make PREFIX=$pkgdir MANDIR=$pkgdir/usr/share/man DOCDIR=$pkgdir/usr/share/doc install
+ make DESTDIR=$pkgdir PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man DOCDIR=/usr/share/doc install
}
-md5sums=('5c7c2adac9eae4afbe1f16443142b566')
+md5sums=('41931f36ebee6e79e9dafe85cc916f2b'
+ 'SKIP')