void-packages/srcpkgs/exfat-utils/template

22 lines
697 B
Text
Raw Normal View History

2012-08-13 18:27:35 +00:00
# Template file for 'exfat-utils'
pkgname=exfat-utils
2013-01-20 14:36:31 +00:00
version=1.0.0
2014-01-29 12:04:06 +00:00
revision=2
hostmakedepends="scons"
2012-08-13 18:27:35 +00:00
short_desc="Utilities for exFAT file system"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://code.google.com/p/exfat"
distfiles="http://exfat.googlecode.com/files/${pkgname}-${version}.tar.gz"
2013-01-20 14:36:31 +00:00
checksum=9079c6fa1eea33ca635252985c226141968d88445abf0255a4119bf54028df1d
2012-08-13 18:27:35 +00:00
2014-03-09 09:23:14 +00:00
do_build() {
scons CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS} " DESTDIR="${DESTDIR}/usr/bin"
}
2012-08-13 18:27:35 +00:00
do_install() {
2014-01-29 12:04:06 +00:00
scons CCFLAGS="${CFLAGS}" 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
}