77 lines
2.9 KiB
XML
77 lines
2.9 KiB
XML
<?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="773d28f27f83c44ac35079add0d3167ca6c1def8" type="targz">http://www.tortall.net/projects/yasm/releases/yasm-1.2.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="3">
|
|
<Date>2014-05-11</Date>
|
|
<Version>1.2.0</Version>
|
|
<Comment>Release bump.</Comment>
|
|
<Name>Marcin Bojara</Name>
|
|
<Email>marcin@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="2">
|
|
<Date>2013-10-22</Date>
|
|
<Version>1.2.0</Version>
|
|
<Comment>Rebuild.</Comment>
|
|
<Name>Serdar Soytetir</Name>
|
|
<Email>kaptan@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2011-12-09</Date>
|
|
<Version>1.2.0</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>Pisi Linux Admins</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|