cups-filters-2.0.0 ibcupsfilters new package

This commit is contained in:
Rmys
2024-05-01 16:43:15 +03:00
parent 0f760fb976
commit d035901993
12 changed files with 548 additions and 96 deletions
+27
View File
@@ -0,0 +1,27 @@
#!/usr/bin/env 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():
shelltools.system("./autogen.sh")
autotools.configure("--disable-mutool \
--disable-static \
--disable-rpath")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README*")
+66
View File
@@ -0,0 +1,66 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libppd</Name>
<Homepage>https://github.com/OpenPrinting/libppd</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>APACHE</License>
<IsA>library</IsA>
<Summary>Library for retro-fitting legacy printer drivers</Summary>
<Icon>libppd</Icon>
<Description>Eski yazıcı sürücülerini yeniden uyarlamak için kitaplık</Description>
<Archive sha1sum="9ee257f09939b9df7299fb9ea966bdee7b3e5bd4" type="tarxz">https://github.com/OpenPrinting/libppd/releases/download/2.0.0/libppd-2.0.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>cups-devel</Dependency>
<Dependency>ghostscript-devel</Dependency>
<Dependency>poppler-utils</Dependency>
<Dependency>libcupsfilters-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>libppd.patch</Patch>
<Patch level="1">libppd.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>libppd</Name>
<RuntimeDependencies>
<Dependency>cups</Dependency>
<Dependency>libcupsfilters</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/ppdc</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libppd-devel</Name>
<Summary>Development files for libppd</Summary>
<RuntimeDependencies>
<Dependency release="current">libppd</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2024-05-01</Date>
<Version>2.0.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libppd</Name>
<Summary xml:lang="tr">Library for retro-fitting legacy printer drivers</Summary>
<Description xml:lang="tr">Eski yazıcı sürücülerini yeniden uyarlamak için kitaplık</Description>
</Source>
</PISI>