osmo calendar.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#!/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 get
|
||||
|
||||
def setup():
|
||||
autotools.configure("--disable-static")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
diff -Nuar libgringotts-1.2.1.orig/docs/Makefile.in libgringotts-1.2.1/docs/Makefile.in
|
||||
--- libgringotts-1.2.1.orig/docs/Makefile.in 2011-07-06 15:19:30.778000115 +0300
|
||||
+++ libgringotts-1.2.1/docs/Makefile.in 2011-07-07 08:41:12.635000117 +0300
|
||||
@@ -131,7 +131,7 @@
|
||||
target_alias = @target_alias@
|
||||
EXTRA_DIST = manual.htm
|
||||
|
||||
-libgringottsdocdir = $(datadir)/doc/libgringotts-@VERSION@
|
||||
+libgringottsdocdir = $(datadir)/doc/libgringotts
|
||||
|
||||
libgringottsdoc_DATA = manual.htm
|
||||
subdir = docs
|
||||
diff -Nuar libgringotts-1.2.1.orig/Makefile.in libgringotts-1.2.1/Makefile.in
|
||||
--- libgringotts-1.2.1.orig/Makefile.in 2011-07-06 15:19:30.764000115 +0300
|
||||
+++ libgringotts-1.2.1/Makefile.in 2011-07-07 08:37:43.229000116 +0300
|
||||
@@ -131,7 +131,7 @@
|
||||
target_alias = @target_alias@
|
||||
SUBDIRS = src docs
|
||||
|
||||
-libgringottsdocdir = $(datadir)/doc/libgringotts-@VERSION@
|
||||
+libgringottsdocdir = $(datadir)/doc/libgringotts
|
||||
libgringottsdoc_DATA = TODO NEWS AUTHORS README COPYING ChangeLog
|
||||
|
||||
EXTRA_DIST = libgringotts.spec.in libgringotts.pc.in $(libgringottsdoc_DATA)
|
||||
@@ -0,0 +1,77 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libgringotts</Name>
|
||||
<Homepage>https://directory.fsf.org/wiki/LibGringotts</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>programming.library</PartOf>
|
||||
<Summary>A small, thread-safe C library.</Summary>
|
||||
<Description>libgringotts is a small, thread-safe C library originally developed for Gringotts. Its purpose is to encapsulate data in an encrypted and compressed file.</Description>
|
||||
<Archive sha1sum="155ea34da99a99e897821e7677c0536ac589fff0" type="tarbz2">
|
||||
mirrors://sourceforge/gringotts.berlios/libgringotts-1.2.1.tar.bz2
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libmcrypt-devel</Dependency>
|
||||
<Dependency>mhash-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">fix-doc-dir.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libgringotts</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libmcrypt</Dependency>
|
||||
<Dependency>mhash</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc/libgringotts</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libgringotts-devel</Name>
|
||||
<Summary>Development files for libgringotts</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libgringotts</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2020-12-20</Date>
|
||||
<Version>1.2.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>wascheme@tuta.io</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2014-01-30</Date>
|
||||
<Version>1.2.1</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2011-07-06</Date>
|
||||
<Version>1.2.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libgringotts</Name>
|
||||
<Summary xml:lang="tr">Küçük ve evreli bir C kitaplığı</Summary>
|
||||
<Description xml:lang="tr">libgringotts programcının belirli bir dosya biçiminde veri kaydetmeseine imkan veren küçük ve evreli bir C kitaplığıdır. Veriyi şifrelenmiş ve sıkıştırılmış bir şekilde kapsüllemeyi hedefler.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user