Files
core/system/devel/make/pspec.xml
T
2015-06-03 22:49:46 +03:00

71 lines
2.7 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>make</Name>
<Homepage>http://www.gnu.org/software/make/make.html</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<Summary>Standard tool to compile source trees</Summary>
<Description>Standard tool to compile source trees. Make gets its knowledge of how to build your program from a file called the makefile. When you write a program, you should write a makefile for it, so that it is possible to use Make to build and install the program</Description>
<Archive sha1sum="6379dc729d757971e31c8267bd5e51f6d598090e" type="targz">mirrors://gnu/make/make-4.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>gettext</Dependency>
<Dependency>gnuconfig</Dependency>
<Dependency>patch</Dependency>
<Dependency>gc-devel</Dependency>
<Dependency>guile-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>make</Name>
<RuntimeDependencies>
<Dependency>guile</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="info">/usr/share/info</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2015-02-21</Date>
<Version>4.1</Version>
<Comment>Version bump</Comment>
<Name>denizgu</Name>
<Email>denizgu@users.noreply.github.com</Email>
</Update>
<Update release="3">
<Date>2014-05-11</Date>
<Version>4.0</Version>
<Comment>Release bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-10-23</Date>
<Version>4.0</Version>
<Comment>Cleanup, bump</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-10-24</Date>
<Version>3.82</Version>
<Comment>First release</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
</History>
</PISI>