Merge pull request #4103 from Rmys/master

encfs-tinyxml2:plasma-vault icin
This commit is contained in:
Rmys
2017-10-19 17:59:18 +03:00
committed by GitHub
10 changed files with 275 additions and 2 deletions
+30
View File
@@ -0,0 +1,30 @@
#!/usr/bin/env 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 shelltools
from pisi.actionsapi import cmaketools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
shelltools.makedirs("build")
shelltools.cd("build")
shelltools.system("cmake .. -DUSE_INTERNAL_TINYXML=OFF \
-DINSTALL_LIBENCFS=ON \
-DBUILD_SHARED_LIBS=ON \
-DCMAKE_INSTALL_PREFIX=/usr \
-G Ninja")
def build():
shelltools.cd("build")
shelltools.system("ninja")
def install():
shelltools.cd("build")
shelltools.system("DESTDIR=%s ninja install" % get.installDIR())
shelltools.cd("..")
pisitools.dodoc("COPYING*", "DESIGN*", "README*")
+49
View File
@@ -0,0 +1,49 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>encfs</Name>
<Homepage>https://github.com/vgough/encfs</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<IsA>library</IsA>
<Summary>Encrypted filesystem in user-space</Summary>
<Description>Encrypted filesystem in user-space</Description>
<Archive sha1sum="63b065bfd1eedc4ac0dba48573df4f7ca2aa8d5b" type="targz">https://github.com/vgough/encfs/releases/download/v1.9.2/encfs-1.9.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>fuse-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>tinyxml2-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>encfs</Name>
<RuntimeDependencies>
<Dependency>fuse</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>openssl</Dependency>
<Dependency>tinyxml2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2017-10-18</Date>
<Version>1.9.2</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>encfs</Name>
<Summary xml:lang="tr">Encrypted filesystem in user-space</Summary>
<Description xml:lang="tr">Encrypted filesystem in user-space</Description>
</Source>
</PISI>
+104
View File
@@ -4031,6 +4031,59 @@
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>tinyxml2</Name>
<Homepage>http://www.grinninglizard.com/tinyxml2/</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>zlib</License>
<IsA>library</IsA>
<PartOf>programming.misc</PartOf>
<Summary xml:lang="en">Simple XML parser made for easy integration</Summary>
<Summary xml:lang="tr">Simple XML parser made for easy integration</Summary>
<Description xml:lang="en">Simple XML parser made for easy integration</Description>
<Description xml:lang="tr">Simple XML parser made for easy integration</Description>
<Archive type="targz" sha1sum="b9b5569343f5829345b1bdfe5d0c08c079286495">https://github.com/leethomason/tinyxml2/archive/5.0.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
<SourceURI>programming/misc/tinyxml2/pspec.xml</SourceURI>
</Source>
<Package>
<Name>tinyxml2</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>tinyxml2-devel</Name>
<Summary xml:lang="en">Development files for tinyxml2</Summary>
<RuntimeDependencies>
<Dependency release="1">tinyxml2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/lib/cmake</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2017-10-18</Date>
<Version>5.0.1</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>libxmlpp</Name>
@@ -19554,6 +19607,57 @@
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>encfs</Name>
<Homepage>https://github.com/vgough/encfs</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<IsA>library</IsA>
<PartOf>hardware.disk</PartOf>
<Summary xml:lang="en">Encrypted filesystem in user-space</Summary>
<Summary xml:lang="tr">Encrypted filesystem in user-space</Summary>
<Description xml:lang="en">Encrypted filesystem in user-space</Description>
<Description xml:lang="tr">Encrypted filesystem in user-space</Description>
<Archive type="targz" sha1sum="63b065bfd1eedc4ac0dba48573df4f7ca2aa8d5b">https://github.com/vgough/encfs/releases/download/v1.9.2/encfs-1.9.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>fuse-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>tinyxml2-devel</Dependency>
</BuildDependencies>
<SourceURI>hardware/disk/encfs/pspec.xml</SourceURI>
</Source>
<Package>
<Name>encfs</Name>
<RuntimeDependencies>
<Dependency>fuse</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>openssl</Dependency>
<Dependency>tinyxml2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2017-10-18</Date>
<Version>1.9.2</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>fuse-exfat</Name>
+1 -1
View File
@@ -1 +1 @@
7b02f402fd2ebde104627906962c5a696b0841fa
a88cc77530139214acbef2c22b31f0a45c14fd9c
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
b52454e5fe541c8853d13ad575aeb4a73e516b24
7115298e90df16b2b0966a1e9151c59f372504bd
+22
View File
@@ -0,0 +1,22 @@
#!/usr/bin/env 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 cmaketools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE=Release")
def build():
cmaketools.make()
def install():
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("readme.md")
+52
View File
@@ -0,0 +1,52 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>tinyxml2</Name>
<Homepage>http://www.grinninglizard.com/tinyxml2/</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>zlib</License>
<IsA>library</IsA>
<Summary>Simple XML parser made for easy integration</Summary>
<Description>Simple XML parser made for easy integration</Description>
<Archive sha1sum="b9b5569343f5829345b1bdfe5d0c08c079286495" type="targz">https://github.com/leethomason/tinyxml2/archive/5.0.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>tinyxml2</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>tinyxml2-devel</Name>
<Summary>Development files for tinyxml2</Summary>
<RuntimeDependencies>
<Dependency release="current">tinyxml2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/lib/cmake</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2017-10-18</Date>
<Version>5.0.1</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>tinyxml2</Name>
<Summary xml:lang="tr">Simple XML parser made for easy integration</Summary>
<Description xml:lang="tr">Simple XML parser made for easy integration</Description>
</Source>
</PISI>