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/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
autotools.configure("--with-default-dict=/usr/share/cracklib/pw_dict \
--without-python \
--disable-static")
def build():
autotools.make("all")
def install():
autotools.install()
# Create dictionary files
shelltools.system("cat /usr/share/cracklib/cracklib-small|%s/usr/sbin/cracklib-packer %s/usr/share/cracklib/pw_dict" % (get.installDIR(),get.installDIR()))
pisitools.domo("po/tr.po","tr","cracklib.mo")
pisitools.dodoc("ChangeLog", "README*", "NEWS", "COPYING.LIB", "AUTHORS")
+88
View File
@@ -0,0 +1,88 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>cracklib</Name>
<Homepage>http://www.sourceforge.net/projects/cracklib</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>Password Checking Library</Summary>
<Description>CrackLib tests passwords to determine whether they match certain security-oriented characteristics, with the purpose of stopping users from choosing passwords that are easy to guess.</Description>
<Archive sha1sum="a780211a87a284297aa473fe2b50584b842a0e98" type="targz">mirrors://sourceforge/cracklib/cracklib-2.9.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>zlib</Dependency>
<Dependency>python</Dependency>
<Dependency>miscfiles</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>cracklib</Name>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>python</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/lib</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/cracklib</Path>
</Files>
</Package>
<Package>
<Name>cracklib-devel</Name>
<PartOf>system.devel</PartOf>
<Summary>Development files for cracklib</Summary>
<RuntimeDependencies>
<Dependency release="current">cracklib</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2014-10-31</Date>
<Version>2.9.2</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2014-05-11</Date>
<Version>2.9.0</Version>
<Comment>Release bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-08-30</Date>
<Version>2.9.0</Version>
<Comment>Version bump, clean cracklib.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-02-15</Date>
<Version>2.8.22</Version>
<Comment>New version</Comment>
<Name>Ertan Güven</Name>
<Email>ertan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-08-23</Date>
<Version>2.8.19</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
+15
View File
@@ -0,0 +1,15 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>cracklib</Name>
<Summary xml:lang="tr">Parola Kontrol Kütüphanesi</Summary>
<Summary xml:lang="fr">Librairie de vérification de mot de passe.</Summary>
<Summary xml:lang="de">Bibliothek, um Passwörter zu prüfen</Summary>
<Description xml:lang="tr">CrackLib, kullanıcıların kolay tahmin edilebilir parolalar seçmelerini engellemek amacıyla parolaların güvenlik odaklı bazı özelliklere sahip olup olmadıklarını denetler.</Description>
</Source>
<Package>
<Name>cracklib-devel</Name>
<Summary xml:lang="tr">cracklib için geliştirme dosyaları</Summary>
</Package>
</PISI>