add package exfat-linux
This commit is contained in:
@@ -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")
|
||||
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>exfat-linux</Name>
|
||||
<Homepage>https://github.com/arter97/exfat-linux</Homepage>
|
||||
<Packager>
|
||||
<Name>fury</Name>
|
||||
<Email>wascheme@tuta.io</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>driver</IsA>
|
||||
<PartOf>hardware.disk</PartOf>
|
||||
<Summary>exFAT filesystem module for Linux kernel</Summary>
|
||||
<Description>
|
||||
This exFAT filesystem module for Linux kernel is based on sdFAT drivers by Samsung, which is used with their smartphone lineups.
|
||||
</Description>
|
||||
<Archive sha1sum="66b6d589b5f63d82b0e8a2c012770e2fd2815181" type="targz">
|
||||
https://github.com/arter97/exfat-linux/archive/5.8-1arter97.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>kernel</Dependency>
|
||||
<Dependency>linux-firmware</Dependency>
|
||||
<Dependency>kernel-module-headers</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>exfat-linux</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>exfat-utils</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/lib/modules</Path>
|
||||
<Path fileType="doc">/usr/share/doc/exfat-linux</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-06-27</Date>
|
||||
<Version>5.8.1</Version>
|
||||
<Comment>First build.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>wascheme@tuta.io</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user