123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libmtdev</Name>
- <Homepage>http://bitmath.org/code/mtdev</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>MIT</License>
- <IsA>library</IsA>
- <Summary>Multitouch Protocol Translation Library</Summary>
- <Description>The libmtdev is a stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol.</Description>
- <Archive sha1sum="6bcf492f62f10ff71cc2b8a83e87f73edba0ea6a" type="targz">http://bitmath.org/code/mtdev/mtdev-1.1.7.tar.gz</Archive>
- </Source>
- <Package>
- <Name>libmtdev</Name>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>libmtdev-devel</Name>
- <Summary>Development files of libmtdev</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libmtdev</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>libmtdev-32bit</Name>
- <PartOf>emul32</PartOf>
- <Summary>32-bit shared libraries for libmtdev</Summary>
- <BuildType>emul32</BuildType>
- <BuildDependencies>
-
- </BuildDependencies>
- <RuntimeDependencies>
- <Dependency release="current">libmtdev</Dependency>
-
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib32</Path>
- </Files>
- </Package>
- <History>
- <Update release="6">
- <Date>2024-12-07</Date>
- <Version>1.1.7</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="5">
- <Date>2020-01-16</Date>
- <Version>1.1.5</Version>
- <Comment>Rebuild.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2018-07-31</Date>
- <Version>1.1.5</Version>
- <Comment>Rebuild.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2017-02-13</Date>
- <Version>1.1.5</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>1.1.5</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2014-05-16</Date>
- <Version>1.1.5</Version>
- <Comment>First release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvarice@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|