create core package

This commit is contained in:
aydemir
2015-02-24 11:18:35 +02:00
parent 0e4b743b82
commit 70b25d0f95
1098 changed files with 169545 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt.
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure("--disable-static\
--sbindir=/sbin \
--libdir=/lib \
--disable-rpath\
--enable-python")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.domove("/lib/pkgconfig", "/usr/lib")
pisitools.dodoc("ABOUT-NLS", "AUTHORS", "ChangeLog", "COPYING*",
"FAQ", "README*", "NEWS", "TODO")
+121
View File
@@ -0,0 +1,121 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>cryptsetup</Name>
<Homepage>https://code.google.com/p/cryptsetup/</Homepage>
<Packager>
<Name>Erdem Artan</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>cryptsetup</Icon>
<IsA>app:cli</IsA>
<Summary>Userspace setup tool for transparent encryption of block devices using dm-crypt</Summary>
<Description>Userspace setup tool for transparent encryption of block devices using dm-crypt</Description>
<Archive sha1sum="cf4c4ea68e50e2756a824fa90645ad38eab7895c" type="tarxz">https://www.kernel.org/pub/linux/utils/cryptsetup/v1.6/cryptsetup-1.6.4.tar.xz</Archive>
<BuildDependencies>
<Dependency>device-mapper-devel</Dependency>
<Dependency>libgpg-error-devel</Dependency>
<Dependency>libgcrypt-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>cryptsetup</Name>
<RuntimeDependencies>
<Dependency version="current">libcryptsetup</Dependency>
<Dependency>popt</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/sbin</Path>
<Path fileType="manfile">/usr/share/man</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libcryptsetup</Name>
<Summary>cryptsetup libraries</Summary>
<RuntimeDependencies>
<Dependency>device-mapper</Dependency>
<Dependency>libgpg-error</Dependency>
<Dependency>libgcrypt</Dependency>
<Dependency>libuuid</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/lib/libcryptsetup.so*</Path>
</Files>
</Package>
<Package>
<Name>libcryptsetup-devel</Name>
<Summary>libcryptsetup devel files</Summary>
<RuntimeDependencies>
<Dependency version="current">libcryptsetup</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig/libcryptsetup.pc</Path>
</Files>
</Package>
<Package>
<Name>python-pycryptsetup</Name>
<PartOf>programming.language.python</PartOf>
<Summary>Python backend for cryptsetup</Summary>
<RuntimeDependencies>
<Dependency>python</Dependency>
<Dependency version="current">libcryptsetup</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python2.7/site-packages/pycryptsetup.so</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2014-05-11</Date>
<Version>1.6.4</Version>
<Comment>Release bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-04-03</Date>
<Version>1.6.4</Version>
<Comment>Version bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2014-03-06</Date>
<Version>1.6.0</Version>
<Comment>Rebuild Unused</Comment>
<Name>Varol Maksutoğlu</Name>
<Email>waroi@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-07-26</Date>
<Version>1.6.0</Version>
<Comment>Fix dep, release bump.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-02-15</Date>
<Version>1.6.0</Version>
<Comment>New version</Comment>
<Name>Ertan Güven</Name>
<Email>ertan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-10-05</Date>
<Version>1.5.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
+23
View File
@@ -0,0 +1,23 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>cryptsetup</Name>
<Summary xml:lang="tr">Şifreli dosya sistemleri yaratmak için bir araç</Summary>
<Description xml:lang="tr">cryptsetup device mapper kullanarak şifrelenmiş dosya sistemleri yaratmak için gerekli bir araçtır.</Description>
</Source>
<Package>
<Name>libcryptsetup-devel</Name>
<Summary xml:lang="tr">libcryptsetup için geliştirme dosyaları</Summary>
</Package>
<Package>
<Name>libcryptsetup</Name>
<Summary xml:lang="tr">cryptsetup kütüphaneleri</Summary>
</Package>
<Package>
<Name>python-pycryptsetup</Name>
<Summary xml:lang="tr">cryptsetup Python bağlayıcısı</Summary>
</Package>
</PISI>