123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>yasm</Name>
- <Homepage>http://www.tortall.net/projects/yasm/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>BSD</License>
- <License>GPLv2</License>
- <License>LGPLv2</License>
- <License>Artistic</License>
- <IsA>app:console</IsA>
- <Summary>Assembler that supports many syntaxes and architectures</Summary>
- <Description>A complete rewrite of the NASM assembler under the "new" BSD License. Yasm currently supports the x86 and AMD64 instruction sets, accepts NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, 32 and 64-bit Mach-O, RDOFF2, COFF, Win32, and Win64 object formats and generates source debugging information in STABS, DWARF 2, and CodeView? 8 formats.</Description>
- <Archive sha1sum="b7574e9f0826bedef975d64d3825f75fbaeef55e" type="targz">https://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz</Archive>
- <!-- Enable this if you enable python bindings
- <BuildDependencies>
- <Dependency>pyrex</Dependency>
- </BuildDependencies>
- -->
- </Source>
- <Package>
- <Name>yasm</Name>
- <!-- Enable this if you enable python bindings
- <RuntimeDependencies>
- <Dependency>pyrex</Dependency>
- </RuntimeDependencies>
- -->
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
- <Package>
- <Name>yasm-devel</Name>
- <Summary>Development files for yasm</Summary>
- <RuntimeDependencies>
- <Dependency release="current">yasm</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/libyasm.a</Path>
- </Files>
- </Package>
- <History>
- <Update release="7">
- <Date>2024-07-27</Date>
- <Version>1.3.0</Version>
- <Comment>Rebuild.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="6">
- <Date>2020-12-09</Date>
- <Version>1.3.0</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2019-12-26</Date>
- <Version>1.3.0</Version>
- <Comment>Rebuild</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-07-15</Date>
- <Version>1.3.0</Version>
- <Comment>Rebuild</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-02-05</Date>
- <Version>1.3.0</Version>
- <Comment>Rebuild for new toolchain</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-04-27</Date>
- <Version>1.3.0</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-07</Date>
- <Version>1.3.0</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|