blob: 1b89c5b4cb34c3165e13f3d31e0b3fc8d6c071de [file] [log] [blame]
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/exfat-utils/exfat-utils-1.1.0.ebuild,v 1.1 2014/07/20 12:41:51 ssuominen Exp $
EAPI=5
inherit scons-utils toolchain-funcs
DESCRIPTION="exFAT filesystem utilities"
HOMEPAGE="http://code.google.com/p/exfat/"
SRC_URI="http://docs.google.com/uc?export=download&id=0B7CLI-REKbE3bnR2WHowZXNtUVU -> ${P}.tar.gz"
LICENSE="GPL-2+" # COPYING is GPL-2 but ChangeLog says "Relicensed the project from GPLv3+ to GPLv2+"
SLOT="0"
KEYWORDS="*"
IUSE=""
src_compile() {
tc-export AR CC RANLIB
escons CCFLAGS="${CFLAGS} -Wall -std=c99"
}
src_install() {
dobin dump/dumpexfat label/exfatlabel mkfs/mkexfatfs fsck/exfatfsck
dosym mkexfatfs /usr/bin/mkfs.exfat
dosym exfatfsck /usr/bin/fsck.exfat
doman */*.8
dodoc ChangeLog
}