exempi:new package

This commit is contained in:
2020-02-19 15:21:11 +03:00
parent 287031e088
commit e311459b5b
3 changed files with 88 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
#!/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
def setup():
shelltools.system("NOCONFIGURE=1 ./autogen.sh")
autotools.configure("--disable-static --enable-unittest=no")
def build():
autotools.make()
def install():
autotools.install()
pisitools.dodoc("ChangeLog", "AUTHORS", "NEWS", "README", "COPYING")
+54
View File
@@ -0,0 +1,54 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>exempi</Name>
<Homepage>http://libopenraw.freedesktop.org/wiki/Exempi</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD-3</License>
<IsA>library</IsA>
<Summary>An implementation of XMP, based on Adobe SDK</Summary>
<Description>exempi is a port of Adobe XMP SDK to work on UNIX and to be built with GNU automake. It includes XMPCore and XMPFiles, and exempi, a C-based API.</Description>
<Archive sha1sum="445c20c1bad06c75ca5d1963662c25dd9bdf8e1d" type="tarbz2">http://libopenraw.freedesktop.org/download/exempi-2.5.1.tar.bz2</Archive>
</Source>
<Package>
<Name>exempi</Name>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>expat</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc/exempi</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<Package>
<Name>exempi-devel</Name>
<Summary>Development files for exempi</Summary>
<RuntimeDependencies>
<Dependency release="current">exempi</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-13</Date>
<Version>2.5.1</Version>
<Comment>First release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>exempi</Name>
<Summary xml:lang="tr">Adobe SDK'sını temel alan bir XMP implementasyonu.</Summary>
<Description xml:lang="tr">exempi, Adobe XMP SDK'sının UNIX'te çalışması ve GNU automake ile derlenmesi için yapılmış bir portudur. XMPCore, XMPFiles ve exempi isimli C temelli bir API içerir.</Description>
</Source>
<Package>
<Name>exempi-devel</Name>
<Summary xml:lang="tr">exempi için geliştirme dosyaları</Summary>
</Package>
</PISI>