2012-08-13 18:34:37 +00:00
|
|
|
# Template file for 'fuse-exfat'
|
|
|
|
pkgname=fuse-exfat
|
2013-01-20 14:41:54 +00:00
|
|
|
version=1.0.0
|
2014-01-29 12:05:45 +00:00
|
|
|
revision=2
|
2013-04-12 09:16:02 +00:00
|
|
|
hostmakedepends="scons"
|
|
|
|
makedepends="fuse-devel exfat-utils>=${version}"
|
2014-01-01 15:10:11 +00:00
|
|
|
depends="exfat-utils>=${version}"
|
2012-08-13 18:34:37 +00:00
|
|
|
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"
|
2013-01-20 14:41:54 +00:00
|
|
|
checksum=18c0dafed64596e536c5d47604585ff353a2e4bb067066e3ec5963a5a170f4a5
|
2012-08-13 18:34:37 +00:00
|
|
|
|
2014-03-09 09:24:56 +00:00
|
|
|
do_build() {
|
|
|
|
scons CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS} " DESTDIR="${DESTDIR}/usr/bin"
|
|
|
|
}
|
|
|
|
|
2012-08-13 18:34:37 +00:00
|
|
|
do_install() {
|
2014-01-29 12:05:45 +00:00
|
|
|
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
|
2012-08-13 18:34:37 +00:00
|
|
|
}
|