community/fuse-exfat: upgrade to 1.2.7

Modernize abuild
This commit is contained in:
André Klitzing 2017-06-30 19:58:54 +02:00 committed by William Pitcock
parent 2d83943783
commit 49de70af57

View File

@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=fuse-exfat
_pkgreal=exfat
pkgver=1.2.6
pkgver=1.2.7
pkgrel=0
pkgdesc="Free exFAT file system implementation"
url="https://github.com/relan/exfat"
@ -17,14 +17,14 @@ builddir="$srcdir/$_pkgreal-$pkgver"
build() {
cd "$builddir"
autoreconf --install || return 1
./configure --prefix=/usr || return 1
make || return 1
autoreconf --install
./configure --prefix=/usr
make
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install || return 1
make DESTDIR="$pkgdir" install
}
utils() {
@ -36,6 +36,4 @@ utils() {
done
}
md5sums="f35e932d0aa9231916f91b9df2e2cf4a exfat-1.2.6.tar.gz"
sha256sums="1afe3ab4141414c760cfb6e2dca2491b484d07dd0c79879e72b84ad0664038cd exfat-1.2.6.tar.gz"
sha512sums="76f9ece1ea0d449c48ae71d367021ed7cee05b1619239954b725adbe68c33b76046a8620c64dbebdcc69f2ca32abd242e12f4d592a00cd7fdd2277ff6803fc96 exfat-1.2.6.tar.gz"
sha512sums="f90b1eff5c51ff93377f82f2838d214e0670a4a8c54fb7c0ec8ce743971b35867975568b8886e8fae8e320706419cf4e39d0852e68350c9b999cf0be4c5f88fc exfat-1.2.7.tar.gz"