Files
core/system/devel/scons/pspec.xml
T
2015-05-31 21:15:55 +03:00

49 lines
1.8 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>scons</Name>
<Homepage>http://www.scons.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>app:console</IsA>
<Summary>An Open Source software construction tool</Summary>
<Description>Think of SCons as an improved, cross-platform substitute for the classic Make utility with integrated functionality similar to autoconf/automake and compiler caches such as ccache.</Description>
<Archive sha1sum="775e715e49fe5fd8e1d29551a296fdc9267509e7" type="targz">mirrors://sourceforge/scons/scons-2.3.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">scons-1.0.0-qt-handle-missing-moc-files.patch</Patch>
<Patch level="1">fix-gnu-link-handling.patch</Patch>
</Patches>
</Source>
<Package>
<Name>scons</Name>
<RuntimeDependencies>
<Dependency>python</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2014-05-11</Date>
<Version>2.3.1</Version>
<Comment>First release</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
</History>
</PISI>