12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>splix</Name>
- <Homepage>http://splix.sf.net/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>data</IsA>
- <IsA>app:console</IsA>
- <Summary>A set of CUPS printer drivers for SPL (Samsung Printer Language) printers</Summary>
- <Description>The Splix drivers are usable by all printer devices which understand the SPL II language. It covers several Samsung, Xerox, Dell and Ricoh printers.</Description>
- <Archive sha1sum="26452d2111a56cdf89c1e752739a64ce7dd82700" type="targz">https://sourceforge.net/projects/pisilinux/files/source/splix-2.0.1.tar.gz</Archive>
- <Archive sha1sum="b854cdc4647043e7aae1a4affa5a1813a4d04613" type="tarbz2" target="splix">http://splix.ap2c.org/samsung_cms.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>cups-devel</Dependency>
- <Dependency>jbigkit-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">splix-1.1.0-fix-makefile.patch</Patch>
- <!-- <Patch level="1">splix-nostrip.patch</Patch> -->
- <Patch level="0">install-english-only.patch</Patch>
- <Patch>splix-deviceID.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>splix</Name>
- <RuntimeDependencies>
- <Dependency>cups</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>jbigkit</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/lib/cups</Path>
- <Path fileType="data">/usr/share/cups</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2017-04-09</Date>
- <Version>2.0.1</Version>
- <Comment>Version Bump</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>2.0.0_20110720</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2015-01-10</Date>
- <Version>2.0.0_20110720</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|