void-packages/srcpkgs/exfat-utils/template

23 lines
757 B
Plaintext
Raw Normal View History

2012-08-13 20:27:35 +02:00
# Template file for 'exfat-utils'
pkgname=exfat-utils
2013-01-20 15:36:31 +01:00
version=1.0.0
2014-01-29 13:04:06 +01:00
revision=2
hostmakedepends="scons"
2012-08-13 20:27:35 +02:00
short_desc="Utilities for exFAT file system"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://code.google.com/p/exfat"
update_site="http://code.google.com/p/exfat/downloads/list"
2012-08-13 20:27:35 +02:00
distfiles="http://exfat.googlecode.com/files/${pkgname}-${version}.tar.gz"
2013-01-20 15:36:31 +01:00
checksum=9079c6fa1eea33ca635252985c226141968d88445abf0255a4119bf54028df1d
2012-08-13 20:27:35 +02:00
2014-03-09 10:23:14 +01:00
do_build() {
scons CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS} " DESTDIR="${DESTDIR}/usr/bin"
}
2012-08-13 20:27:35 +02:00
do_install() {
2014-01-29 13:04:06 +01:00
scons CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS} " DESTDIR="${DESTDIR}/usr/bin" install
2012-08-13 20:27:35 +02:00
vmkdir usr/share/man/man8
2014-01-29 13:04:06 +01:00
install -m444 {dump,fsck,mkfs,label}/*.8 ${DESTDIR}/usr/share/man/man8
2012-08-13 20:27:35 +02:00
}