add fuse-exfat
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure("--prefix=/usr ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.install()
|
||||
#pisitools.dobin("fuse/mount.exfat-fuse")
|
||||
# pisitools.doman("fuse/mount.exfat-fuse.8")
|
||||
|
||||
pisitools.dodoc("ChangeLog", "COPYING")
|
||||
@@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>fuse-exfat</Name>
|
||||
<Homepage>http://code.google.com/p/exfat/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>app</IsA>
|
||||
<Summary>exFAT filesystem fuse module</Summary>
|
||||
<Description>exFAT filesystem fuse module</Description>
|
||||
<Archive sha1sum="a557cc1b6df9834322111b4a19f7fb9f3e2824bc" type="targz">https://github.com/relan/exfat/releases/download/v1.2.3/fuse-exfat-1.2.3.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>exfat-utils</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>fuse-exfat</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>fuse</Dependency>
|
||||
<Dependency>exfat-utils</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2016-01-27</Date>
|
||||
<Version>1.2.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2014-09-10</Date>
|
||||
<Version>1.1.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>fuse-exfat</Name>
|
||||
<Summary xml:lang="tr">exFAT dosya sistemi bağlamak için araçlar</Summary>
|
||||
<Description xml:lang="tr">exFAT dosya sistemi bağlamak için araçlar</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -20020,6 +20020,57 @@
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>fuse-exfat</Name>
|
||||
<Homepage>http://code.google.com/p/exfat/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>app</IsA>
|
||||
<PartOf>hardware.disk</PartOf>
|
||||
<Summary xml:lang="en">exFAT filesystem fuse module</Summary>
|
||||
<Summary xml:lang="tr">exFAT dosya sistemi bağlamak için araçlar</Summary>
|
||||
<Description xml:lang="en">exFAT filesystem fuse module</Description>
|
||||
<Description xml:lang="tr">exFAT dosya sistemi bağlamak için araçlar</Description>
|
||||
<Archive type="targz" sha1sum="a557cc1b6df9834322111b4a19f7fb9f3e2824bc">https://github.com/relan/exfat/releases/download/v1.2.3/fuse-exfat-1.2.3.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>exfat-utils</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>hardware/disk/fuse-exfat/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>fuse-exfat</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>fuse</Dependency>
|
||||
<Dependency>exfat-utils</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2016-01-27</Date>
|
||||
<Version>1.2.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2014-09-10</Date>
|
||||
<Version>1.1.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>libatasmart</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
74bd177de34aa9577a754a61abb3b591208ca670
|
||||
2a498be2b6a928009c31ea7d76877bd677649837
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
f221ccfc925bc05f3b3835fa7294ac5b85b23ddb
|
||||
2b61d8c628b7027858b8c54df4aba51c7f0ac147
|
||||
Reference in New Issue
Block a user