qpdf:moved into main for pisi 2.0

This commit is contained in:
2015-10-29 00:19:39 +03:00
parent 02dbd673ed
commit 8b0b451d48
3 changed files with 124 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# -*- 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 get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
def setup():
autotools.configure("--disable-static")
def build():
autotools.make()
def check():
autotools.make("check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("Artistic-2.0", "ChangeLog", "README", "TODO")
+88
View File
@@ -0,0 +1,88 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pardus.org.tr/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>qpdf</Name>
<Homepage>http://qpdf.sourceforge.net</Homepage>
<Packager>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Packager>
<IsA>app:console</IsA>
<License>Artistic-2</License>
<Summary>A Content-Preserving PDF Transformation System</Summary>
<Description>A command-line program that does structural, content-preserving transformations on PDF files</Description>
<Archive sha1sum="805aeaeaff16c0e5fedc4ad3881d3bf03642f08f" type="targz">mirrors://sourceforge/qpdf/qpdf-5.1.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>libpcre-devel</Dependency>
<Dependency>zlib-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>qpdf</Name>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libpcre</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
</Files>
</Package>
<Package>
<Name>qpdf-devel</Name>
<Summary>Development files for qpdf</Summary>
<RuntimeDependencies>
<Dependency>libpcre-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency release="current">qpdf</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2015-10-28</Date>
<Version>5.1.3</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2015-03-04</Date>
<Version>5.1.2</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-01-26</Date>
<Version>5.1.1</Version>
<Comment>Version bump.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-07-13</Date>
<Version>5.0.0</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2013-07-01</Date>
<Version>4.1.0</Version>
<Comment>First release.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
</History>
</PISI>
+14
View File
@@ -0,0 +1,14 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>qpdf</Name>
<Summary xml:lang="en">A Content-Preserving PDF Transformation System</Summary>
<Description xml:lang="en">A command-line program that does structural, content-preserving transformations on PDF files</Description>
</Source>
<Package>
<Name>qpdf-devel</Name>
<Summary xml:lang="en">Development files for qpdf</Summary>
<Summary xml:lang="en">qpdf için geliştirme dosyaları</Summary>
</Package>
</PISI>