void-packages/srcpkgs/exfat-utils/template

23 lines
816 B
Text
Raw Normal View History

2012-08-13 18:27:35 +00:00
# Template file for 'exfat-utils'
pkgname=exfat-utils
2014-11-16 21:05:48 +00:00
version=1.1.1
2014-11-04 13:02:15 +00:00
revision=1
2014-01-29 12:04:06 +00:00
hostmakedepends="scons"
2012-08-13 18:27:35 +00:00
short_desc="Utilities for exFAT file system"
maintainer="Juan RP <xtraeme@gmail.com>"
2014-11-04 13:02:15 +00:00
license="GPL-2"
2012-08-13 18:27:35 +00:00
homepage="http://code.google.com/p/exfat"
2014-11-04 13:02:15 +00:00
update_site="http://code.google.com/p/exfat/wiki/Downloads"
2014-11-16 21:05:48 +00:00
distfiles="https://docs.google.com/uc?export=download&id=0B7CLI-REKbE3UzNtSkRvdHBpdjQ>${pkgname}-${version}.tar.gz"
checksum=c64454083961fbad164fa7daef03d7e9247aa978c11395d62a265d48a1d56232
2012-08-13 18:27:35 +00:00
2014-03-09 09:23:14 +00:00
do_build() {
2014-11-04 13:02:15 +00:00
scons CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS} " DESTDIR="${DESTDIR}/usr/bin"
2014-03-09 09:23:14 +00:00
}
2012-08-13 18:27:35 +00:00
do_install() {
2014-11-04 13:02:15 +00:00
scons CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS} " DESTDIR="${DESTDIR}/usr/bin" install
2012-08-13 18:27:35 +00:00
vmkdir usr/share/man/man8
2014-01-29 12:04:06 +00:00
install -m444 {dump,fsck,mkfs,label}/*.8 ${DESTDIR}/usr/share/man/man8
2012-08-13 18:27:35 +00:00
}