foomatic-db-nonfree:Add pisi2.0

This commit is contained in:
alihanozturk
2016-01-11 22:00:26 +02:00
parent 035973fe46
commit fb9f3f40e4
3 changed files with 91 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 get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import perlmodules
def setup():
# The LANG vars aren't reset early enough so when sed tries to use [a-zA-Z], it borks
shelltools.export("LC_ALL", "C")
shelltools.export("LANG", "C")
autotools.autoconf()
autotools.configure()
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("ChangeLog", "COPYING", "README", "USAGE")
+56
View File
@@ -0,0 +1,56 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>foomatic-db-nonfree</Name>
<Homepage>http://www.linuxprinting.org/</Homepage>
<Packager>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Packager>
<License>Custom</License>
<IsA>app:console</IsA>
<Summary>Foomatic printer database nonfree</Summary>
<Description>Foomatic - database extension consisting of manufacturer-supplied PPD files released under non-free licenses.</Description>
<Archive sha1sum="3f2604e890b0d8d389d61da9fcbfcfc27c1182c4" type="targz">http://www.openprinting.org/download/foomatic/foomatic-db-nonfree-20150819.tar.gz</Archive>
<BuildDependencies>
<Dependency>cups-devel</Dependency>
<Dependency>foomatic-db</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>foomatic-db-nonfree</Name>
<RuntimeDependencies>
<Dependency>foomatic-db</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/foomatic/db/</Path>
<Path fileType="doc">/usr/share/doc/foomatic-db-nonfree</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2016-01-11</Date>
<Version>20150819</Version>
<Comment>Version bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-06-15</Date>
<Version>20140615</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2013-06-23</Date>
<Version>20130623</Version>
<Comment>First release</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>foomatic-db-nonfree</Name>
<Summary xml:lang="en">Foomatic printer database nonfree</Summary>
<Description xml:lang="en">Foomatic - database extension consisting of manufacturer-supplied PPD files released under non-free licenses.</Description>
</Source>
</PISI>