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'
|
# Template file for 'exfat-utils'
|
||||||
pkgname=exfat-utils
|
pkgname=exfat-utils
|
||||||
version=1.1.1
|
version=1.2.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=scons
|
build_style=gnu-configure
|
||||||
hostmakedepends="scons"
|
|
||||||
short_desc="Utilities for exFAT file system"
|
short_desc="Utilities for exFAT file system"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://code.google.com/p/exfat"
|
homepage="https://github.com/relan/exfat"
|
||||||
distfiles="https://docs.google.com/uc?export=download&id=0B7CLI-REKbE3UzNtSkRvdHBpdjQ>${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/relan/exfat/releases/download/v${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=c64454083961fbad164fa7daef03d7e9247aa978c11395d62a265d48a1d56232
|
checksum=df164bf3a1586f8c9be7dd6a126ebb0310715654e2c49393a22e11a1f6a214cc
|
||||||
|
|
||||||
CFLAGS="-std=c99"
|
|
||||||
|
|
||||||
pre_install() {
|
|
||||||
DESTDIR=${DESTDIR}/usr/bin
|
|
||||||
}
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/share/man/man8
|
vmkdir usr/share/man/man8
|
||||||
install -m444 {dump,fsck,mkfs,label}/*.8 ${DESTDIR}/usr/share/man/man8
|
install -m444 {dump,fsck,mkfs,label}/*.8 ${DESTDIR}/usr/share/man/man8
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue