12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libx86</Name>
- <Homepage>http://www.codon.org.uk/~mjg59/libx86/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>library</IsA>
- <Summary>A hardware-independent library for executing real-mode x86 code</Summary>
- <Description>libx86 contains the library and header files necessary for the development of programs that will use libx86 to make real-mode x86 calls.</Description>
- <Archive sha1sum="c55d8a428ab7f2084010c255aa8c666602544af9" type="targz">http://slamd64.ada.net.tr/slamd64-12.2/source/ap/libx86/libx86-1.1.tar.gz</Archive>
- <Patches>
- <!-- Fix building on newer kernels -->
- <Patch>libx86-0.99-ifmask.patch</Patch>
- <Patch level="1">libx86-add-pkgconfig.patch</Patch>
- <Patch level="1">libx86-mmap-offset.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>libx86</Name>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>libx86-devel</Name>
- <RuntimeDependencies>
- <Dependency release="current">libx86</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="6">
- <Date>2020-12-21</Date>
- <Version>1.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="5">
- <Date>2020-01-31</Date>
- <Version>1.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2018-08-15</Date>
- <Version>1.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2017-02-17</Date>
- <Version>1.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>1.1</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2014-05-24</Date>
- <Version>1.1</Version>
- <Comment>First release</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|