Skip to content

Commit

Permalink
Add package sys-fs/exfat-nofuse
Browse files Browse the repository at this point in the history
Use Arch Linux AUR fork with support for linux kernel 4.8.x
  • Loading branch information
bobwya committed Oct 22, 2016
1 parent aab2e60 commit d0205c8
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sys-fs/exfat-nofuse/Manifest
@@ -0,0 +1,2 @@
EBUILD exfat-nofuse-9999.ebuild 600 SHA256 4d288957bf03c08a3bf6cf35d9f6ba52fca13201dd9b1149b0593b5f8f6f52ad SHA512 e23f59b1d3a38dc670d7fbd24ac3b64d855dba3e5a34e43f2e3ccb521e15766869918f5e80813bcae436d0283ff440280ff482da49aec8ece0488fdadf317655 WHIRLPOOL 84dad151dd9b4234aea9d7e837a74b8e0605e01427e5c497b31e3fbdfbb4f071aedf84bf0962e4e6da174a5ade51ecf531b02c3c77f60eb1bf71a5daad5180f6
MISC metadata.xml 139 SHA256 5cdc1888ebc8807b9a37b1d33429c61cabe7415a4f240e21a4c2ff8eca7a34ed SHA512 8be912ace7468a4396eb1da00a9785030a8ce35da4357a01591876a1056fd45e44da65de2af3e1eb0506ce6551714962c40c3ae5a3aefa2ad231de35af2519be WHIRLPOOL 620431014dd4fb752c3d46d11904ecb2c6d4525f5b4e30f4f778a3b74d3f7187ae4ccd856ebd7eabb48ce261b21849c732928fe647edce024a3fdc082d8f8630
30 changes: 30 additions & 0 deletions sys-fs/exfat-nofuse/exfat-nofuse-9999.ebuild
@@ -0,0 +1,30 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

inherit linux-mod git-r3

DESCRIPTION="Non-fuse kernel driver for exFat and VFat file systems"
HOMEPAGE="https://github.com/evan-a-a/exfat-nofuse"

EGIT_REPO_URI="https://github.com/evan-a-a/exfat-nofuse.git"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS=""
IUSE=""

MODULE_NAMES="exfat(kernel/fs:${S})"
BUILD_TARGETS="all"

src_prepare(){
sed -i -e "/^KREL/,2d" Makefile || die "sed failed"
default
}

src_compile(){
BUILD_PARAMS="KDIR=${KV_OUT_DIR} M=${S}"
linux-mod_src_compile
}
4 changes: 4 additions & 0 deletions sys-fs/exfat-nofuse/metadata.xml
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
</pkgmetadata>

0 comments on commit d0205c8

Please sign in to comment.