22 lines
665 B
Text
22 lines
665 B
Text
|
# Template file for 'fuse-exfat'
|
||
|
pkgname=fuse-exfat
|
||
|
version=0.9.8
|
||
|
revision=1
|
||
|
makedepends="scons fuse-devel"
|
||
|
short_desc="Free exFAT file system implementation"
|
||
|
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"
|
||
|
checksum=ecae22203461e508d53389617c17d22f68c1b565c700d7663ce67bc4a710e903
|
||
|
long_desc="
|
||
|
This package contains a ${short_utils}."
|
||
|
|
||
|
do_install() {
|
||
|
scons CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS} " \
|
||
|
DESTDIR="${DESTDIR}/usr/bin" install
|
||
|
|
||
|
install -Dm444 fuse/mount.exfat-fuse.8 \
|
||
|
${DESTDIR}/usr/share/man/man8/mount.exfat-fuse.8
|
||
|
}
|