From d65896fd0c0f396ee01b4727e98829e21c440a48 Mon Sep 17 00:00:00 2001 From: erkanisik1 Date: Sat, 27 Jun 2020 03:59:17 +0300 Subject: [PATCH] add package exfat-linux --- hardware/disk/exfat-linux/actions.py | 20 ++++++++++++ hardware/disk/exfat-linux/pspec.xml | 48 ++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 hardware/disk/exfat-linux/actions.py create mode 100644 hardware/disk/exfat-linux/pspec.xml diff --git a/hardware/disk/exfat-linux/actions.py b/hardware/disk/exfat-linux/actions.py new file mode 100644 index 0000000000..c70d38aaf4 --- /dev/null +++ b/hardware/disk/exfat-linux/actions.py @@ -0,0 +1,20 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +#def setup(): +# + +def build(): + autotools.make() + +def install(): + pisitools.insinto("/lib/modules/%s/kernel/fs/exfat" % get.curKERNEL(), "exfat.ko", "exfat.ko") + + pisitools.dodoc("LICENSE", "README.md") diff --git a/hardware/disk/exfat-linux/pspec.xml b/hardware/disk/exfat-linux/pspec.xml new file mode 100644 index 0000000000..e7feb1630a --- /dev/null +++ b/hardware/disk/exfat-linux/pspec.xml @@ -0,0 +1,48 @@ + + + + + exfat-linux + https://github.com/arter97/exfat-linux + + fury + wascheme@tuta.io + + GPLv2 + driver + hardware.disk + exFAT filesystem module for Linux kernel + + This exFAT filesystem module for Linux kernel is based on sdFAT drivers by Samsung, which is used with their smartphone lineups. + + + https://github.com/arter97/exfat-linux/archive/5.8-1arter97.tar.gz + + + kernel + linux-firmware + kernel-module-headers + + + + + exfat-linux + + exfat-utils + + + /lib/modules + /usr/share/doc/exfat-linux + + + + + + 2020-06-27 + 5.8.1 + First build. + fury + wascheme@tuta.io + + +