exfat-utils: update to 1.2.0.
This commit is contained in:
parent
aae9a78972
commit
39b98bcd9b
1 changed files with 6 additions and 12 deletions
|
@ -1,21 +1,15 @@
|
|||
# Template file for 'exfat-utils'
|
||||
pkgname=exfat-utils
|
||||
version=1.1.1
|
||||
revision=2
|
||||
build_style=scons
|
||||
hostmakedepends="scons"
|
||||
version=1.2.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="Utilities for exFAT file system"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="http://code.google.com/p/exfat"
|
||||
distfiles="https://docs.google.com/uc?export=download&id=0B7CLI-REKbE3UzNtSkRvdHBpdjQ>${pkgname}-${version}.tar.gz"
|
||||
checksum=c64454083961fbad164fa7daef03d7e9247aa978c11395d62a265d48a1d56232
|
||||
homepage="https://github.com/relan/exfat"
|
||||
distfiles="https://github.com/relan/exfat/releases/download/v${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=df164bf3a1586f8c9be7dd6a126ebb0310715654e2c49393a22e11a1f6a214cc
|
||||
|
||||
CFLAGS="-std=c99"
|
||||
|
||||
pre_install() {
|
||||
DESTDIR=${DESTDIR}/usr/bin
|
||||
}
|
||||
post_install() {
|
||||
vmkdir usr/share/man/man8
|
||||
install -m444 {dump,fsck,mkfs,label}/*.8 ${DESTDIR}/usr/share/man/man8
|
||||
|
|
Loading…
Reference in a new issue